Skip to main content
DELETE
/
monitors
/
{monitor_id}
curl -X DELETE https://api.dataforb2b.ai/monitors/42 \
  -H "api_key: YOUR_api_key"
{ "deleted": true, "id": 42 }
Deletes a monitor and all of its targets. Returns 404 if the monitor is not found on your API key.

Path Parameters

monitor_id
number
required
The monitor to delete.
curl -X DELETE https://api.dataforb2b.ai/monitors/42 \
  -H "api_key: YOUR_api_key"
{ "deleted": true, "id": 42 }