remove_playlist_items
Remove tracks or episodes from a Spotify playlist by providing the playlist ID and a list of item URIs.
Instructions
Remove tracks or episodes from a playlist.
Args:
playlist_id: The Spotify ID of the playlist.
uris: List of Spotify URIs to remove (e.g. ["spotify:track:xxx"]).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| playlist_id | Yes | ||
| uris | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |