provider Tickets DELETE
/tickets/{ticketId} @utdk/zendesk
/tickets/{ticketId} Delete a ticket
Permanently delete a ticket and all its associated comments. This action cannot be undone. Deleted tickets are moved to the account's deleted tickets list for 30 days before permanent deletion.
- ticketId path required
- The ticket ID
- integer
Try it
Authentication
Configure credentials for Zendesk Support API
Code snippet
Updates live as you fill in the form above.
TypeScript
import zendesk from '@utdk/zendesk';
await zendesk.deleteticket()