unsubscribe_from_show
Remove a saved podcast or show from your Spotify library. Preview the change first, then commit with dry_run=false.
Instructions
Remove ONE saved show from your library (DELETE /me/shows) after confirming what it is — previews a PLAN naming the show 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_id | Yes | Show ID, spotify:show: URI, or open.spotify.com/show URL | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |