Delete Ticket from Zendesk
n8n-nodes-base.httpRequest
Permanently deletes a ticket from Zendesk Support. This action cannot be undone.
Use Cases
Clean up test tickets
Remove spam tickets automatically
Data retention compliance
Configuration
Node Configuration Summary
Ready-to-use Zendesk node configured for delete ticket from zendesk.
Copy and paste directly into your n8n workflow.
Method:
DELETE
Endpoint:
/api/v2/tickets/{{ $json.ticketId }}.json
Nodes:
2
Auth:
HTTP Header Auth (API Token)
BuildShip-ready configuration with API call node and custom logic.
Make.com scenario configuration with HTTP module and data processing.