sw_delete_group
Soft-delete a Splitwise group. Returns a dry-run preview unless confirm:true is provided, which deletes the group.
Instructions
Soft-delete a Splitwise group. Without confirm:true this returns a dry-run preview and makes NO network call; with confirm:true it deletes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Group ID to delete | |
| confirm | No | Must be true to proceed. Without this, the tool returns a preview. |