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": [
    "d396db52-ff5d-4e21-897e-709424e8a0bc",
    "57d57303-1d10-409d-9bc4-ab6e8a4b263b",
    "3a464deb-a265-4e0b-9cf8-4593b0275d20"
  ],
  "NotUnassignedUsers": [
    "b15cd225-0bbe-4d6a-b5cf-bff1474202ae",
    "e4f860fc-20fb-44cf-92c7-537486bc5160",
    "512da03b-f822-493e-aab4-00c8303eeab9"
  ]
}
NameType Description
UnassignedUsers Array

Unassigned users.

NotUnassignedUsers Array

Not unassigned users.