DELETE
/
intent
/
{intentId}
Delete an intent
curl --request DELETE \
  --url https://demo.enneo.ai/api/mind/intent/{intentId}
{
  "success": true
}

Authorizations

connect.sid
string
cookie
required

Cookie-based authentication

Path Parameters

intentId
integer
required

The id of the intent that should be deleted

Response

Intent was deleted

Data format of Enneo success messages

success
boolean

Operation was successful

Example:

true