How to I delete / unfollow one of my own playlists #660
-
How to I delete / unfollow one of my own playlists, can't seem to find any method for this, and google was not much of a help I found a four year old thread where another user asked for how to delete a playlist, and the response here was that it was not possible, and you should unfollow that specific playlist instead, but I also can't find any method for unfollowing some of my own playlist Thanks a lot in advance |
Beta Was this translation helpful? Give feedback.
Answered by
JohnnyCrazy
Aug 11, 2021
Replies: 1 comment 1 reply
-
var spotify = new SpotifyClient("AccessToken");
spotify.Follow.UnfollowPlaylist("YourPlaylistId") |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
KenthJ
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/JohnnyCrazy/SpotifyAPI-NET/blob/master/SpotifyAPI.Web/Clients/Interfaces/IFollowClient.cs