unfollowArtistRestAction

fun unfollowArtistRestAction(artist: String): SpotifyRestAction<Unit>

Remove the current user as a follower of an artist

Requires the SpotifyScope.USER_FOLLOW_MODIFY scope

Api Reference

Parameters

artist

The artist to be unfollowed from

Throws

Sources

common source
Link copied to clipboard