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