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} \
--header 'Authorization: Bearer <token>'{
"success": true
}curl --request DELETE \
--url https://demo.enneo.ai/api/mind/intent/{intentId} \
--header 'Authorization: Bearer <token>'{
"success": true
}