Unfollow Playlist
Developing
DELETE
/playlists/{playlist_id}/followers
category-follow
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://api.spotify.com/v1/playlists//followers' \
--header 'Authorization;'
Response Response Example
200 - Example 1
{}
Request
Path Params
playlist_id
string
required
Header Params
Authorization
string
required
Unfollowing a publicly followed playlist for a user requires authorization of the
playlist-modify-public
scope; unfollowing a privately followed playlist requires the playlist-modify-private
scope. See Using Scopes.Note that the scopes you provide relate only to whether the current user is following the playlist publicly or privately (i.e. showing others what they are following), not whether the playlist itself is public or private.
Responses
Modified at 2022-09-12 10:04:50