Webhooks
Unsubscribe from Webhook Events
Remove a webhook subscription by its ID.
delete/api/zapier/webhooks/unsubscribe
Request body
Response
Webhook subscription removed successfully
Example response
{
"success": true,
"message": "Webhook unsubscribed successfully"
}