DELETE   groups/{groupId}/users

Unassign users from the monitor group.

URL Parameters

NameDescription
groupId

Request example

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

Response body model example and description

{
  "UnassignedUsers": [
    "97cee2b5-92c6-4125-b020-e842c80d9265",
    "dee8eb6b-f8e2-49a7-b03e-c0d8bad96db5",
    "76737655-25c8-4a6a-abe0-6f7ca50036df"
  ],
  "NotUnassignedUsers": [
    "c5ecef82-8200-4f4b-aa6f-2ca4386d497a",
    "4fc405d5-9d97-4ecf-a54d-29eb7fd1f198",
    "18ad2092-a736-44a7-908c-f542be6f60cc"
  ]
}
NameType Description
UnassignedUsers Array

Unassigned users.

NotUnassignedUsers Array

Not unassigned users.