Delete multiple monitors
Monitors
Delete multiple monitors
Delete up to multiple monitors in a single request by providing an array of monitor IDs.
DELETE
Delete multiple monitors
Documentation Index
Fetch the complete documentation index at: https://developers.dnsradar.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key used to authenticate yourself on DNSRadar. Obtain your API key from your DNSRadar dashboard.
Body
application/json
Array of monitor IDs to delete
Minimum array length:
1Monitor ID (must start with 'mon_')
Pattern:
^mon_Example:
["mon_123abc", "mon_456def"]Response
Monitors deleted successfully

