DELETE
/
profile
/
{id}
curl --request DELETE \
  --url https://demo.enneo.ai/api/mind/profile/{id}
{
  "success": true
}

Authorizations

connect.sid
string
cookie
required

Cookie-based authentication

Path Parameters

id
integer
required

The id of the profile to delete

Response

200
application/json
Successful operation

Data format of Enneo success messages

success
boolean

Operation was successful