Skip to content
DocumentationAPI Reference

Unfollow Playlist

DELETE/playlists/{playlist_id}/followers

Remove the current user as a follower of a playlist.

Path ParametersExpand Collapse
playlist_id: string

The Spotify ID of the playlist.

Unfollow Playlist

curl https://api.spotify.com/v1/playlists/$PLAYLIST_ID/followers \
    -X DELETE \
    -H "Authorization: Bearer $SPOTIFY_ACCESS_TOKEN"
Returns Examples