unfollow Artists Or Users
suspend fun unfollowArtistsOrUsers(type: FollowType, ids: List<String>): SpotifyApiResponse<Boolean>
Deprecated
Spotify marks DELETE /v1/me/following as deprecated.
Unfollows artists or users for the current user.
Return
Wrapped Spotify API response. data is true when Spotify accepted the operation.
Parameters
type
Spotify API type parameter required by the endpoint.
ids
Spotify IDs of target resources (comma-separated at request time).