unfollowArtistsRestAction

fun unfollowArtistsRestAction(vararg artists: String): SpotifyRestAction<Unit>

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

(source)
Link copied to clipboard