remove_from_playlist
Remove tracks or episodes from a Spotify playlist using playlist ID and item URIs, up to 100 per call. Optionally preview changes with dry run before applying.
Instructions
Remove tracks or episodes from a playlist. Max 100 entries per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uris | Yes | URIs to remove; use { uri, positions } to target specific occurrences of a repeated URI | |
| dry_run | No | Preview only: validate inputs and describe exactly what would change without performing it | |
| playlist_id | Yes | Playlist ID | |
| snapshot_id | No | Apply the removal against this playlist version instead of the latest |