Skip to main content
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
}

Authorizations

Authorization
string
header
required

JWT-based authentication

Path Parameters

ticketId
integer
required

The id of the ticket to delete

Response

Ticket deleted successfully

Data format of Enneo success messages

success
boolean

Operation was successful

Example:

true