removeTracksFromPlaylist
Remove one or multiple tracks from a Spotify playlist using the playlist ID and track IDs. Handles up to 100 tracks per request to simplify playlist curation.
Instructions
Remove one or more tracks from a Spotify playlist (max 100 tracks per request)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trackIds | Yes | Array of Spotify track IDs to remove (max 100) | |
| playlistId | Yes | The Spotify ID of the playlist | |
| snapshotId | No | The playlist snapshot ID to target a specific version (optional) |