remove_user_from_group
Remove a user from a Redmine group by providing numeric group and user IDs. Streamlines membership management in project administration.
Instructions
Removes a user from a group.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_id | Yes | Numeric group ID | |
| user_id | Yes | Numeric user ID to remove |