remove_saved_shows
Remove saved shows from your Spotify library after verifying which IDs are saved. Preview a plan by default; pass dry_run=false to commit.
Instructions
Bulk-remove shows from your library (DELETE /me/shows) after cross-checking which of the given IDs are actually saved — previews a PLAN by default; pass dry_run=false to commit.
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. | |
| show_ids | Yes | Show IDs/URIs to remove (1–50) | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |