remove_saved_shows
Remove multiple saved shows from your Spotify library in one operation. Preview changes and commit when ready.
Instructions
Bulk-remove shows from your library (DELETE /me/shows) — removal verb family: also see unsubscribe_from_show (single), remove_saved_episode (episodes). 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 |