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

NameTypeDescription
SubdomainCredentialsZendesk subdomain (e.g. company for company.zendesk.com)
UsernameCredentialsZendesk email (with /token suffix for token auth)
TokenCredentials (sensitive)Zendesk API token
Ticket IDStringThe numeric ID of the ticket to delete

Outputs

NameTypeDescription
SuccessBooleanWhether the ticket was deleted

API reference