Unfollow Artists or Users
me.following.unfollow(FollowingUnfollowParams**kwargs)
DELETE/me/following
Remove the current user as a follower of one or more artists or other Spotify users.
Parameters
Unfollow Artists or Users
import os
from spotted import Spotted
client = Spotted(
access_token=os.environ.get("SPOTIFY_ACCESS_TOKEN"), # This is the default and can be omitted
)
client.me.following.unfollow()