remove_saved_episode
Remove saved Spotify episodes from your library after verifying which are actually saved. Previews a plan by default; set dry_run=false to commit the removal.
Instructions
Remove episodes from your library (DELETE /me/episodes) 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 |