cURL
curl --request DELETE \ --url https://api.snitcher.com/v1/workspaces/{workspaceUuid}/zapier/hooks/{hookId} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Webhook unsubscribed successfully" }
Enter your personal access token (PAT) to authenticate
The UUID of the workspace
The UUID of the webhook to unsubscribe
Webhook unsubscribed successfully
true
"Webhook unsubscribed successfully"