unfollowArtists

suspend fun unfollowArtists(vararg artists: String)

Remove the current user as a follower of artists

Requires the SpotifyScope.USER_FOLLOW_MODIFY scope

Api Reference

Parameters

artists

The artists to be unfollowed from. Maximum 50.

Throws

Sources

common source
Link copied to clipboard