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": [
"f672f42a-3d3f-4e1b-905e-02f21eb82ca8",
"6c660796-f701-4e6b-bd0d-79c5dd02dc7a",
"10a6488f-3b1a-43a0-af48-d319a528c378"
],
"NotUnassignedUsers": [
"b881b940-849b-4f0e-aad6-877caa737bbb",
"60960884-4641-4b92-8f02-d31bb9f6b541",
"ccccbb4b-8803-475d-aa79-24a6137d1a82"
]
}