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": [
    "1326dada-904f-4374-b6b6-c286e2f26eec",
    "7646e4ef-6288-434b-8bd5-2251807a28b7",
    "941d1f23-a1ad-4e79-a045-d25d703bef6a"
  ],
  "NotUnassignedUsers": [
    "19bba0e0-0a33-4b57-b86e-4098d4aab482",
    "cb2598d3-3172-4993-bc57-f00d40ddc43e",
    "5a7621b4-c981-4d53-82d7-4974bd223f90"
  ]
}
NameType Description
UnassignedUsers Array

Unassigned users.

NotUnassignedUsers Array

Not unassigned users.