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
}

Authorizations

Authorization
string
header
required

JWT-based authentication

Path Parameters

id
integer
required

The id of the profile to delete

Example:

1

Response

Successful operation

Data format of Enneo success messages

success
boolean

Operation was successful

Example:

true