Skip to main content
DELETE
/
v1
/
workspaces
/
{workspaceUuid}
/
zapier
/
hooks
/
{hookId}
Unsubscribe a Zapier webhook
curl --request DELETE \
  --url https://api.snitcher.com/v1/workspaces/{workspaceUuid}/zapier/hooks/{hookId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Webhook unsubscribed successfully"
}

Authorizations

Authorization
string
header
required

Enter your personal access token (PAT) to authenticate

Path Parameters

workspaceUuid
string<uuid>
required

The UUID of the workspace

hookId
string<uuid>
required

The UUID of the webhook to unsubscribe

Response

Webhook unsubscribed successfully

success
boolean
Example:

true

message
string
Example:

"Webhook unsubscribed successfully"