sw_remove_user_from_group
Remove a user from a Splitwise group. Preview changes without confirm; set confirm to true to execute.
Instructions
Remove a user from a Splitwise group. Without confirm:true this returns a dry-run preview and makes NO network call; with confirm:true it removes the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be true to proceed. Without this, the tool returns a preview. | |
| user_id | Yes | User ID to remove | |
| group_id | Yes | Group ID |