DELETE   groups/{groupId}/users

Unassign users from the monitor group.

URL Parameters

NameDescription
groupId

Request example

curl --request DELETE "https://api-asm2.apica.io/v3/groups/321/users?auth_ticket=C471ADC4-19B4-4219-BBF4-671A97EC653E"

Response body model example and description

{
  "UnassignedUsers": [
    "d8dc9cdc-9691-44d7-9d37-235f4f7353fc",
    "9de6863f-d3b5-42bd-b9d7-e83e05339cc9",
    "e651787e-fe42-409e-8170-6d1ab1c79d24"
  ],
  "NotUnassignedUsers": [
    "f6689704-b9c0-41b8-bb64-0dca72810993",
    "e3b9c0c5-1a29-4086-a0c8-9c20ebd47131",
    "2d8bcf6f-1249-4d8c-83c5-70b10636d48f"
  ]
}
NameType Description
UnassignedUsers Array

Unassigned users.

NotUnassignedUsers Array

Not unassigned users.