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