Remove Group Member
DELETE/api/hive/v1/groups/:id/members/
Removes a user from the group. Users can remove themselves, but only workspace owners can remove other users.
Request
Responses
- 204
- 403
- 404
- 405
Member removed successfully
Insufficient permissions
Group or user not found
Method not allowed - user_id required in path