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 example
curl --request DELETE "https://api-asm1.apica.io/v3/groups/321/checks?auth_ticket=C471ADC4-19B4-4219-BBF4-671A97EC653E"
Response body model example and description
[
{
"UnassignedChecks": [
12345,
6789,
345
],
"NotUnassignedChecks": [
234,
237,
2366
]
},
{
"UnassignedChecks": [
12345,
6789,
345
],
"NotUnassignedChecks": [
234,
237,
2366
]
},
{
"UnassignedChecks": [
12345,
6789,
345
],
"NotUnassignedChecks": [
234,
237,
2366
]
}
]
| Name | Type | Description |
|---|---|---|
| UnassignedChecks | Array | Unassigned checks. |
| NotUnassignedChecks | Array | Not unassigned checks. |