4.6.Delete a ticket — DELETE /v1/ats/tickets/:id

4.6.Delete a ticket — DELETE /v1/ats/tickets/:id

Permanently deletes a ticket and all of its associated data (posts, attachments, manager notes). This action cannot be undone.

Example request:

DELETE /api/index.php/v1/ats/tickets/42Authorization: Bearer <token>Accept: application/vnd.api+json

HTTP codes:

204 No Content

Ticket deleted successfully. The response body is empty.

403 Forbidden

The API user does not have core.delete permission on the category, or the ticket does not exist.