Skip to main content
DELETE
/
ticket
/
{ticketId}
/
attachment
/
{attachmentId}
GDPR-clean attachment deletion
curl --request DELETE \
  --url https://demo.enneo.ai/api/mind/ticket/{ticketId}/attachment/{attachmentId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

JWT-based authentication

Path Parameters

ticketId
integer
required

The id of the ticket that owns the attachment

attachmentId
string
required

The id of the attachment entry to delete (alphanumeric string, e.g. an 8-char hex hash)

Response

Attachment deleted successfully

Data format of Enneo success messages

success
boolean

Operation was successful

Example:

true