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": [
    "6d09b846-eace-4058-a815-0b9ce7e43a4c",
    "4a68b01f-9d3d-4f00-8c52-bc3431705fc6",
    "96bfa5ba-180b-4a44-b90d-fb56847031ed"
  ],
  "NotUnassignedUsers": [
    "3ecf88a0-85a4-477b-9c43-b8c9070e9145",
    "4a39dc8e-7702-488d-b104-b24707bbc084",
    "1c8b2f60-0ec7-467c-8e7c-1d038bcf4d22"
  ]
}
NameType Description
UnassignedUsers Array

Unassigned users.

NotUnassignedUsers Array

Not unassigned users.