Unfollow Playlist
DELETE/playlists/{playlist_id}/followers
Remove the current user as a follower of a playlist.
Path Parameters
Unfollow Playlist
curl https://api.spotify.com/v1/playlists/$PLAYLIST_ID/followers \
-X DELETE \
-H "Authorization: Bearer $SPOTIFY_ACCESS_TOKEN"