cURL
curl --request DELETE \ --url http://api/v1/groups/{groupUuid}/members/{userUuid}
{ "results": "<any>", "status": "ok" }
Remove a user from a group
the UUID for the group to remove the user from
the UUID for the user to remove from the group
Ok
ok