delete https://{hostname}/amfa/v1/groups//users/
Remove a user from a group.
Responses
204User successfully removed from the group.
Remove a user from a group.
204User successfully removed from the group.
xxxxxxxxxx
curl --request DELETE \
--url https://hostname/amfa/v1/groups/groupId/users/userId \
--header 'accept: application/json'