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:
Ticket deleted successfully. The response body is empty.
The API user does not have core.delete permission on the category, or the ticket does not exist.