DELETE groups/{groupId}/users
Unassign users from the monitor group.
URL Parameters
| Name | Description |
|---|---|
| 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": [
"62d346d0-a6ef-4e3a-950b-2e4ec44be1f2",
"23673a1a-66c9-450d-ac09-d33a294687af",
"d36a7455-3923-400a-9e1b-769a78b5323e"
],
"NotUnassignedUsers": [
"65e37dd8-3141-4941-9190-8b3fb397ddf9",
"da532e2a-53e7-4e2f-8695-8cd621f06c21",
"54bf0076-5bdf-4989-b1fc-f29d8dcade80"
]
}