Zendesk Delete Ticket
Permanently deletes a Zendesk ticket by its ID. This action cannot be undone.
What it does
- Sends a DELETE request to the Zendesk Tickets API for the specified ticket.
- Returns success when the API confirms deletion (HTTP 204).
Notes
- Deletion is permanent. The ticket cannot be recovered after this action runs.
- The API account must have permission to delete tickets.
Inputs
| Name | Type | Description |
|---|---|---|
| Subdomain | Credentials | Zendesk subdomain (e.g. company for company.zendesk.com) |
| Username | Credentials | Zendesk email (with /token suffix for token auth) |
| Token | Credentials (sensitive) | Zendesk API token |
| Ticket ID | String | The numeric ID of the ticket to delete |
Outputs
| Name | Type | Description |
|---|---|---|
| Success | Boolean | Whether the ticket was deleted |