sw_delete_friend
Remove a Splitwise friend by user ID. Preview the removal before confirming to execute without network calls.
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. |