remove_from_library
Remove tracks, albums, episodes, shows, audiobooks, users, or playlists from your Spotify library in one request. Use dry-run to preview exact removals before applying.
Instructions
Preferred. Accepts the widest URI mix (track, album, episode, show, audiobook, user, playlist) in one request. Remove one or more items from the user's library via Spotify's unified library endpoint. Max 40. 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 |