Zum Hauptinhalt springen
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
}

Autorisierungen

Authorization
string
header
erforderlich

JWT-based authentication

Pfadparameter

ticketId
integer
erforderlich

The id of the ticket that owns the attachment

attachmentId
string
erforderlich

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

Antwort

Attachment deleted successfully

Data format of Enneo success messages

success
boolean

Operation was successful

Beispiel:

true