delete_playlist_snapshot
Remove a local playlist snapshot file. Use dry-run mode to preview what would be deleted before committing.
Instructions
Delete one local playlist snapshot file; dry_run=true (default) only reports what would be removed
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | Preview only: perform the read side and return a deterministic PLAN without writing/deleting anything. Default true — pass false to commit. | |
| snapshot | Yes | Snapshot id (filename stem), filename, or path | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |