DNS Monitors: Delete
This documentation entry provides a straightforward guide for developers on how to delete an existing DNS monitor using the API, including the necessary headers and the expected behavior of the...
Endpoint
DELETE /api/dns-monitors/{dns_monitor_id}
/api/dns-monitors/{dns_monitor_id}Request
DELETE https://uptimekeep.com/api/dns-monitors/{dns_monitor_id}Header
Type
Description
curl --request DELETE \
--url 'https://uptimekeep.com/api/dns-monitors/{dns_monitor_id}' \
--header 'Authorization: Bearer {api_key}'Response
Errors
Last updated