remove_saved_episode
Remove saved podcast episodes from your Spotify library. Preview the changes with a dry run, then commit when satisfied.
Instructions
Remove episodes from your library (DELETE /me/episodes) — removal verb: also see remove_saved_shows (shows), delete_playlist_snapshot (local). After cross-checking which 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. | |
| episode_ids | Yes | Episode IDs/URIs to remove (1–50) | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |