remove_tracks_from_playlist | R Documentation |
Remove one or more tracks from a user’s playlist.
remove_tracks_from_playlist(
playlist_id,
uris,
authorization = get_spotify_authorization_code()
)
playlist_id |
Required. The Spotify ID for the playlist. |
uris |
Optional. A character vector of Spotify track URIs to add. For example |
authorization |
Required. A valid access token from the Spotify Accounts service.
See the Web API authorization Guide for more details. Defaults to |
The response from the Spotify Web API on the
DELETE
request, with a meaningful error message if the operation was not successful.
Other playlist functions:
add_tracks_to_playlist()
,
change_playlist_details()
,
check_users_following()
,
create_playlist()
,
get_my_playlists()
,
get_playlist()
,
get_user_playlists()
,
tidy()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.