remove_playlist_items
Remove specific tracks or episodes from a Spotify playlist by providing playlist ID and URIs. Handles bulk removal in chunks of 100 items per request.
Instructions
Remove tracks or episodes from a playlist. Auto-chunks at 100 items per request.
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 |