unfollow_playlist: Unfollow a Playlist Remove the current user as a follower of...

Description Usage Arguments References Examples

View source: R/follow.R

Description

Unfollow a Playlist Remove the current user as a follower of a playlist.

Usage

1
unfollow_playlist(owner_id, playlist_id, ...)

Arguments

owner_id

The Spotify user ID of the person who owns the playlist.

playlist_id

The Spotify ID of the playlist. Any playlist can be followed, regardless of its public/private status, as long as you know its playlist ID.

References

API documentation

Examples

1
2
3
set_tokens()
user_auth()
unfollow_playlist(owner_id = 'jmperezperez', playlist_id = '2v3iNvBX8Ay1Gt2uXtUKUT')

rweyant/spotifyr documentation built on May 28, 2019, 10:43 a.m.