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": [
    "dbde9b0b-e09a-46e7-8194-28e4f8e52fdc",
    "764b72ba-4871-48ba-b232-5efa654681c0",
    "ac0c1c14-cedc-47b8-a90c-bdd1808ae002"
  ],
  "NotUnassignedUsers": [
    "67440e07-7118-4cd6-8f5e-6227e95ab7f0",
    "c42e048a-a367-4f92-b01a-44162bddc021",
    "6f84e3cb-f1c7-4e56-8939-adc8c1aaf409"
  ]
}
NameType Description
UnassignedUsers Array

Unassigned users.

NotUnassignedUsers Array

Not unassigned users.