remove_tracks_from_playlist
Remove specific tracks from a Spotify playlist with a safety preview. Use confirm=True to execute the removal.
Instructions
Remove specific tracks from a playlist.
For safety, returns a preview unless confirm=True.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| playlist_id | Yes | Playlist ID | |
| track_uris | Yes | List of Spotify track URIs to remove | |
| confirm | No | Set to True to actually remove |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||