cURL
curl --request DELETE \ --url https://api.zippendo.com/orgs/{orgId}/webhooks/{webhookId} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Delete a webhook
JWT access token or API token (prefixed with zipp_)
Organization ID
Webhook ID
Default Response