remove Tracks From Client Playlist
Remove all occurrences of the specified tracks from the given playlist.
Removing tracks from a user’s public playlist requires authorization of the SpotifyScope.PLAYLIST_MODIFY_PUBLIC scope; removing tracks from a private playlist requires the SpotifyScope.PLAYLIST_MODIFY_PRIVATE scope.
Parameters
The playlist id
An array of track ids. Maximum 100.
The playlist snapshot against which to apply this action. recommended to have
Remove tracks (each with their own positions) from the given playlist. Bulk requesting is only available when snapshotId is null.
Removing tracks from a user’s public playlist requires authorization of the SpotifyScope.PLAYLIST_MODIFY_PUBLIC scope; removing tracks from a private playlist requires the SpotifyScope.PLAYLIST_MODIFY_PRIVATE scope.
Parameters
The playlist id
An array of Pairs of track ids and track positions (zero-based). Maximum 100.
The playlist snapshot against which to apply this action. recommended to have