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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"cancelled_ids":[123456789,123456790]}