Skip to main content
DELETE
https://agentgate.mynewapi.com
/
v1
/
templates
/
{id}
curl -X DELETE https://agentgate.mynewapi.com/v1/templates/our-api-template \
  -H "Authorization: Bearer YOUR_API_KEY"
// No content
id
string
required
Template ID to delete.
This action is irreversible. Built-in templates cannot be deleted.
Deleting a template does not affect existing workspaces created from it.
curl -X DELETE https://agentgate.mynewapi.com/v1/templates/our-api-template \
  -H "Authorization: Bearer YOUR_API_KEY"
// No content