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

Autorisierungen

Authorization
string
header
erforderlich

JWT-based authentication

Pfadparameter

id
integer
erforderlich

Antwort

Successful operation

Data format of Enneo success messages

success
boolean

Operation was successful

Beispiel:

true