Skip to main content
DELETE
/
monitors
/
{monitor_id}
Delete monitor
curl --request DELETE \
  --url https://api.dnsradar.dev/monitors/{monitor_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

monitor_id
string
required

Response

Monitor deleted