Skip to main content
DELETE
/
templates
/
{templateID}
Delete template
curl --request DELETE \
  --url https://api.e2b.app/templates/{templateID} \
  --header 'X-API-Key: <api-key>'
{
  "code": 401,
  "message": "Authentication error: missing or invalid API key"
}

Authorizations

X-API-Key
string
header
required

Path Parameters

templateID
string
required

Response

The template was deleted successfully