DELETE groups/{groupId}/checks
Unassigns checks from the monitor group.
URL Parameters
Name | Description |
---|---|
groupId | Monitor group identifier. |
Remarks
Only subgroups can contain checks.Request body model example and description
[ 1, 2, 3 ]
Response body model example and description
[ { "UnassignedChecks": [ 1, 2, 3 ], "NotUnassignedChecks": [ 1, 2, 3 ] }, { "UnassignedChecks": [ 1, 2, 3 ], "NotUnassignedChecks": [ 1, 2, 3 ] }, { "UnassignedChecks": [ 1, 2, 3 ], "NotUnassignedChecks": [ 1, 2, 3 ] } ]