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": [
    "0b572c19-506f-4a2e-aa96-d8c6fa241bef",
    "d9cd5b03-0a6e-45f1-b5ff-5f129cfda6b4",
    "8f30e64c-170d-4c94-b5c0-3979c659f4be"
  ],
  "NotUnassignedUsers": [
    "1f801de9-3109-4c24-a149-21333f6946d9",
    "384a82cc-cc9c-4430-a46a-82a4935cd42f",
    "421959f8-27de-473e-94f8-101ea230f379"
  ]
}
NameType Description
UnassignedUsers Array

Unassigned users.

NotUnassignedUsers Array

Not unassigned users.