cURL
curl --request DELETE \ --url https://demo.enneo.ai/api/mind/intent/{intentId} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Delete an intent. This is only possible if the intent is not yet executed
JWT-based authentication
The id of the intent that should be deleted
Intent was deleted
Data format of Enneo success messages
Operation was successful
true