DELETE   groups/{groupId}/checks

Unassigns checks from the monitor group.

URL Parameters

NameDescription
groupId

Monitor group identifier.

Remarks

Only subgroups can contain checks.

Request example

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
    ]
  }
]
NameType Description
UnassignedChecksArray

Unassigned checks.

NotUnassignedChecksArray

Not unassigned checks.