Delete one playthrough
delete_playthroughRemove a playthrough log and its attached review and journal sessions. First call shows a preview, then confirms deletion with a token.
Instructions
Delete a single playthrough log, including its review and any journal sessions attached to it. Requires confirmation: call once without a token to see what would be deleted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game | Yes | Game title, slug, or numeric Backloggd id. | |
| playthrough_id | Yes | From get_my_game_log. | |
| confirmation_token | No | Confirmation token. Leave this out on the first call: the tool will return a preview of exactly what would be destroyed, together with a token. Show that preview to the user, get their agreement, and only then call again with the token. |