unfollowUsersRestAction

fun unfollowUsersRestAction(vararg users: String): SpotifyRestAction<Unit>

Remove the current user as a follower of other users

Requires the SpotifyScope.USER_FOLLOW_MODIFY scope

Api Reference

Parameters

users

The users to be unfollowed from. Maximum 50.

Throws

Sources

(source)
Link copied to clipboard