remove Track From Client Playlist
Remove a track in the specified positions (zero-based) from the specified 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
The track id
The positions at which the track is located in the playlist
The playlist snapshot against which to apply this action. recommended to have
Remove all occurrences of a track from the specified 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
The track id
The playlist snapshot against which to apply this action. recommended to have