remove_member
Remove a user from a GitLab group or project. Dry run mode previews changes before execution to prevent accidental removal.
Instructions
Remove a user from a group or project. dry_run=true by default. This is destructive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | Yes | 'group' or 'project' | |
| id | Yes | Group ID/path or numeric project ID | |
| user_id | Yes | Numeric user ID to remove | |
| dry_run | No | Dry run mode (default: true). When true, returns a preview of the action without executing it. Set to false only after user confirmation. |