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

deletionStatus'deleting' required
statusUrlstring required

Poll this monitor URL until it returns 404.

successtrue required

Example response

{
  "statusUrl": "/api/v1/monitors/42"
}