v1

latestOpenAPI 3.0.3Proprietary2026-08-066617.6 KB
Webhooks

Unsubscribe from Webhook Events

Remove a webhook subscription by its ID.

delete/api/zapier/webhooks/unsubscribe

Request body

webhookIdstring uuid required

The ID of the webhook subscription to remove

Response

Webhook subscription removed successfully

successboolean
messagestring

Example response

{
  "success": true,
  "message": "Webhook unsubscribed successfully"
}