Zum Hauptinhalt springen
DELETE
/
intent
/
{intentId}
Delete an intent
curl --request DELETE \
  --url https://demo.enneo.ai/api/mind/intent/{intentId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.enneo.ai/llms.txt

Use this file to discover all available pages before exploring further.

Autorisierungen

Authorization
string
header
erforderlich

JWT-based authentication

Pfadparameter

intentId
integer
erforderlich

The id of the intent that should be deleted

Antwort

Intent was deleted

Data format of Enneo success messages

success
boolean

Operation was successful

Beispiel:

true