sw_delete_comment
Remove a Splitwise comment by ID. Preview the action first, then pass confirm:true to permanently delete it.
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. |