Delete a monitor
DELETE {{baseUrl}}/api/v1/monitor/:monitor_id?force=false
Delete the specified monitor
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
force | boolean | Delete the monitor even if it's referenced by other resources (for example SLO, composite monitor). |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"deleted_monitor_id":666486743}