Skip to main content
DELETE
/
webhooks
/
{webhook_id}
Delete webhook
curl --request DELETE \
  --url https://api.dnsradar.dev/webhooks/{webhook_id} \
  --header 'X-Api-Key: <api-key>'
{
  "code": 401,
  "error": "Unauthorized"
}

Authorizations

X-Api-Key
string
header
required

API key used to authenticate yourself on DNSRadar. Obtain your API key from your DNSRadar dashboard.

Path Parameters

webhook_id
string
required

Response

Webhook deleted