Remove Tracks from Playlist
remove_tracks_from_playlistRemoves specified tracks from a Spotify playlist using their URIs. Provide the playlist ID and track URIs to clean up your playlist content.
Instructions
Remove tracks from a playlist.
Args:
playlist_id: Playlist ID
track_uris: List of track URIs to remove
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| playlist_id | Yes | ||
| track_uris | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | ||
| message | Yes | ||
| snapshot_id | No |