remove_saved_items
Delete saved Spotify tracks, albums, shows, episodes, or audiobooks from your library in bulk using URIs; preview with dry_run before committing changes.
Instructions
Legacy per-type variant (kept for grandfathered app credentials that lack unified /me/library access). Prefer remove_from_library. Remove one or more items from the user's library. Accepts track, album, show, episode, and audiobook URIs (e.g. spotify:track:abc). Max 50. Set dry_run=true to preview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uris | Yes | Spotify URIs to remove | |
| dry_run | No | Preview only: show exactly which URIs would be removed without calling the API | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |