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": [
"47f5ac9e-1bd4-4985-baa5-0ef3ca79e8c5",
"4ee8bf69-65a1-4430-bb97-b48e0ca7eef9",
"eacecfd9-271a-46da-9da2-770dfc376f25"
],
"NotUnassignedUsers": [
"c8b7fc62-1039-4e9a-8d60-40b907fb51e9",
"c7c81a0a-61ca-4c87-94a5-921311e1b69e",
"ae542794-da9a-4e8d-84a7-b41edd791f90"
]
}