sw_delete_friend
Delete a Splitwise friend by user ID. Use confirm:true to finalize removal; without it, get a dry-run preview with no network call.
Instructions
Remove a Splitwise friendship by user id. Without confirm:true this returns a dry-run preview and makes NO network call; with confirm:true it removes the friendship.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | User ID of the friend to remove | |
| confirm | No | Must be true to proceed. Without this, the tool returns a preview. |