Skip to main content
DELETE
/
v1
/
webhooks
/
{id}
Delete Webhook
curl --request DELETE \
  --url https://api.anchorbrowser.io/v1/webhooks/{id} \
  --header 'anchor-api-key: <api-key>'
{
  "ok": true
}

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Path Parameters

id
string
required

Webhook id.

Response

Webhook deleted.

ok
boolean
required
Example:

true