remove_tracks_from_playlist
Remove one or more tracks from a Spotify playlist by providing the playlist ID and track URIs. Use optional positions to delete specific track occurrences.
Instructions
Remove one or more tracks from a playlist
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The Spotify ID or URI of the playlist | |
| tracks | Yes | Array of objects containing Spotify track URIs to remove | |
| snapshot_id | No | Optional. The playlist's snapshot ID |