Remove a member from a group
DELETE /api/v1/groups/:id/members/:userId
Removes a user from the group. They lose the roles they held through it, unless they also hold them directly — effective permissions are the union of both. Requires group.member.remove.
Request