Zum Hauptinhalt springen
DELETE
/
ticket
/
{ticketId}
GDPR-clean ticket deletion
curl --request DELETE \
  --url https://demo.enneo.ai/api/mind/ticket/{ticketId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Autorisierungen

Authorization
string
header
erforderlich

JWT-based authentication

Pfadparameter

ticketId
integer
erforderlich

The id of the ticket to delete

Antwort

Ticket deleted successfully

Data format of Enneo success messages

success
boolean

Operation was successful

Beispiel:

true