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": [ "9a4e954c-48cf-4b93-8736-f525cab70021", "3d1a039b-d77a-41c9-8be7-5c5eaf258e97", "b6ec2b1d-155a-4d46-8046-6b8a591e8e5d" ], "NotUnassignedUsers": [ "038c463f-2911-403d-af0d-3696781f67e2", "2c91c3e1-8d37-47b4-aeb1-2df6c4e71597", "8ebfc07f-ce42-4e44-8afe-7d64f834ee8a" ] }