Remove Spotify Playlist Items
spotify_playlist_removeRemove tracks or episodes from a Spotify playlist by ID or URI. Use snapshot_id to target a specific playlist version.
Instructions
Remove exact Spotify track IDs or track/episode URIs. Pass snapshot_id to target an exact playlist version. A missing returned snapshot is explicitly ambiguous.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| playlist_id | Yes | ||
| snapshot_id | No | ||
| item_ids_or_uris | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | ||
| position | No | ||
| operation | Yes | ||
| item_count | Yes | ||
| playlist_id | Yes | ||
| range_start | No | ||
| snapshot_id | No | ||
| spotify_url | No | ||
| insert_before | No |