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