Delete Ticket
gorgias_delete_ticketPermanently delete a ticket by ID, also removing its messages, tags, and custom field values. Irreversible, so use trashed_datetime to soft-delete instead when in doubt.
Instructions
DELETE /api/tickets/{id} — Permanently delete a ticket by ID. This is irreversible and also removes all associated messages, tags, and custom field values. Consider using trashed_datetime via Update Ticket for a soft-delete instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The unique ID of the ticket to permanently delete |