Monitors
Delete monitor
Stops one account monitor, then removes its stored events in bounded batches. Poll statusUrl until the monitor returns 404.
delete/api/v1/monitors/{id}
Path parameters
idstring required
Resource ID returned by the matching create or list endpoint.
Response
Monitor deletion started
Example response
{
"statusUrl": "/api/v1/monitors/42"
}