Skip to main content
DELETE
/
template
/
{id}
Delete a template
curl --request DELETE \
  --url https://demo.enneo.ai/api/mind/template/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

JWT-based authentication

Path Parameters

id
integer
required

Template ID

Response

Template deleted successfully

success
boolean
Example:

true