unfollow Users Rest Action
fun unfollowUsersRestAction(vararg users: String): SpotifyRestAction<Unit>
Content copied to clipboard
Remove the current user as a follower of other users
Requires the SpotifyScope.USER_FOLLOW_MODIFY scope
Parameters
users
The users to be unfollowed from. Maximum 50.
Throws
if an invalid id is provided
Sources
(source)
Link copied to clipboard