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

Autorisierungen

Authorization
string
header
erforderlich

JWT-based authentication

Pfadparameter

id
integer
erforderlich

The id of the profile to delete

Beispiel:

1

Antwort

Successful operation

Data format of Enneo success messages

success
boolean

Operation was successful

Beispiel:

true