v1

latestOpenAPI 3.0.02026-07-142351,1971.3 MB
Monitors

Check if a monitor can be deleted

Check if the given monitors can be deleted.

get/api/v1/monitor/can_delete

Query parameters

monitor_idsinteger[] required

The IDs of the monitor to check.

[
  666486743
]

Response

OK

errorsobject nullable

A mapping of Monitor ID to strings denoting where it's used.

Example response

{
  "data": {}
}