Unfollow Playlist
Playlists.Followers.Unfollow(FollowerUnfollowParamsparameters, CancellationTokencancellationToken = default)
DELETE/playlists/{playlist_id}/followers
Remove the current user as a follower of a playlist.
Parameters
Unfollow Playlist
FollowerUnfollowParams parameters = new()
{
PlaylistID = "3cEYpjA9oz9GiPac4AsH4n"
};
await client.Playlists.Followers.Unfollow(parameters);