Skip to main content
DELETE
/
v1
/
api
/
webhooks
/
{webhook_id}
Delete Webhook
curl --request DELETE \
  --url https://api.withallo.com/v1/api/webhooks/{webhook_id} \
  --header 'Authorization: <api-key>'
{
  "error": "WEBHOOK_NOT_FOUND"
}

Authorizations

Authorization
string
header
required

Scope needed: WEBHOOKS_READ_WRITE

Path Parameters

webhook_id
string
required

The unique identifier of the webhook to delete (e.g., "web-abc123")

Example:

"web-2NfDKEm9sF8xK3pQr1Zt"

Response

Webhook deleted successfully