Delete multiple tags from templates
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>" }
Name of the template
Tags to delete
Tags deleted successfully
Was this page helpful?