Skip to main content
DELETE
/
instances
/
{id}
/
webhooks
/
{webhookId}
Delete webhook
curl --request DELETE \
  --url https://api.zapfy.io/v1/instances/{id}/webhooks/{webhookId} \
  --header 'Authorization: Bearer <token>'
{
  "error": "Instance not found"
}

Authorizations

Authorization
string
header
required

Account token (zpfy_acct_...) — manages instances and webhooks.

Path Parameters

id
string
required

Instance ID.

webhookId
string
required

Webhook ID.

Response

Webhook deleted.