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": [
"352fd8cd-a2ff-45f7-904b-a808fa4d1583",
"030ed22f-a7f7-410b-8a65-f022ee92fcaa",
"891f220e-9b35-457f-9767-a7c296c226a9"
],
"NotUnassignedUsers": [
"07012f61-d55c-4127-92d9-e32cb77ea183",
"b04dadad-d3af-464b-91cd-6399089e98c9",
"8713e898-a0ab-44de-a370-60d91b11e995"
]
}