Skip to main content
DELETE
/
templates
/
tags
cURL
curl --request DELETE \
  --url https://api.e2b.app/templates/tags \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "name": "<string>",
  "tags": [
    "<string>"
  ]
}
'
{
  "code": 123,
  "message": "<string>"
}

Authorizations

X-API-Key
string
header
required

Body

application/json
name
string
required

Name of the template

tags
string[]
required

Tags to delete

Response

Tags deleted successfully