Skip to main content
DELETE
/
template
/
{id}
Delete an intent 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
number
required

The id of the template

Response

Successful operation

Data format of Enneo success messages

success
boolean

Operation was successful

Example:

true