sw_delete_comment
Delete a Splitwise comment by ID. Use confirm=true to execute deletion; without it, previews the deletion without making changes.
Instructions
Delete a comment by id. 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 | Comment ID to delete | |
| confirm | No | Must be true to proceed. Without this, the tool returns a preview. |