Skip to main content
DELETE
/
templates
/
{templateID}
cURL
curl --request DELETE \
  --url https://api.e2b.app/templates/{templateID} \
  --header 'X-API-Key: <api-key>'
{
  "code": 123,
  "message": "<string>"
}

Authorizations

X-API-Key
string
header
required

Path Parameters

templateID
string
required

Response

The template was deleted successfully