This method allows you to permanently delete tickets.
/api/v2/tickets/permanently_delete
This method can be accessed by account tokens and user tokens where the associated user has access to the tickets UI.
ticket
- the reference for the ticket you wish to delete (required)If the deletion is successful, you will receive a 200 OK
response otherwise you will receive a 409 Conflict
.