provider UsersPlaylists DELETE /playlists/{playlist_id}/followers
@utdk/spotify /playlists/{playlist_id}/followers
Unfollow Playlist
Remove the current user as a follower of a playlist. **Note:** This endpoint is deprecated. Use [Remove Items from Library](/documentation/web-api/reference/remove-library-items) instead.
playlist_id path required
string

Try it

Authentication
Configure credentials for Spotify Web API
unfollowPlaylist
DELETE/playlists/{playlist_id}/followers
Remove the current user as a follower of a playlist. **Note:** This endpoint is deprecated. Use [Remove Items from Library](/documentation/web-api/reference/remove-library-items) instead.

Parameters

required

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import spotify from '@utdk/spotify';

await spotify.unfollowPlaylist()