Skip to main content
DELETE
/
orgs
/
{orgId}
/
webhooks
/
{webhookId}
Permanently deletes the specified webhook and all its delivery logs
curl --request DELETE \
  --url https://api.zippendo.com/orgs/{orgId}/webhooks/{webhookId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

JWT access token or API token (prefixed with zipp_)

Path Parameters

orgId
string
required

Organization ID

webhookId
string
required

Webhook ID

Response

Default Response

message
string
required