delete_playback_bookmark
Delete a saved Spotify playback bookmark from local backups. Preview the deletion plan first; set dry_run=false to permanently remove the selected bookmark.
Instructions
Delete one captured playback bookmark file from the local backup dir. Preview by default — pass dry_run=false to delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | Preview only: perform the read side and return a PLAN without changing anything. Default true — pass false to commit. | |
| bookmark_id | Yes | Bookmark id to delete | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |