Cancel downtimes by scope
POST {{baseUrl}}/api/v1/downtime/cancel/by_scope
Delete all downtimes that match the scope of X.
Request Body
{"scope"=>"host:myserver"}
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"cancelled_ids":[123456789,123456790]}