Remove a user from a group
group_remove_memberRemove a user from a group by providing the group UUID and user UUID. The operation is idempotent; returns 404 if the user was not a member.
Instructions
Remove a user from a group by group id + user id. Returns 404 if the user wasn't a member. Idempotent in spirit — caller can treat 404 here as 'already gone' rather than an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Group UUID. | |
| user_id | Yes | UUID of the user to remove. |