DELETE groups/{groupId}/users
Unassign users from the monitor group.
URL Parameters
Name | Description |
---|---|
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": [ "16edb40a-3251-4d4c-bece-abfe99dce5e8", "9b12ed4d-2595-48ad-9dd0-0240a6b289a7", "fc4d5e43-3859-487f-910a-b5ce69c64a7c" ], "NotUnassignedUsers": [ "e371f7ad-dae4-4022-b38e-1e6c111ecfc6", "fab2b637-036a-4784-ab35-208e6aca0ed6", "c688925f-9a6b-41bc-ad87-bac0b8d8127a" ] }