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
integer
required

The id of the intent template that should be deleted

Response

Successful operation

Data format of Enneo success messages

success
boolean

Operation was successful

Example:

true