Delete a template
cURL
curl --request DELETE \ --url https://api.e2b.app/templates/{templateID} \ --header 'X-API-Key: <api-key>'
{ "code": 123, "message": "<string>" }
The template was deleted successfully
Was this page helpful?