Skip to main content
DELETE
/
aiAgent
/
{id}
Delete an existing AI Agent
curl --request DELETE \
  --url https://demo.enneo.ai/api/mind/aiAgent/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

JWT-based authentication

Path Parameters

id
string
required

The unique identificator of the AI Agent

Response

Intent description deleted

Data format of Enneo success messages

success
boolean

Operation was successful

Example:

true