DeleteMethods extension

on

Methods

removeSavedAlbums(List<String> albumIds) Future<void>

Available on SpotifyApi, provided by the DeleteMethods extension

Removes one or more albums from the user's Spotify library.
removeSavedTracks(List<String> trackIds) Future<void>

Available on SpotifyApi, provided by the DeleteMethods extension

Removes one or more tracks from the user's Spotify library.
unfollowArtists(List<String> artistIds) Future<void>

Available on SpotifyApi, provided by the DeleteMethods extension

Unfollows one or more artists for the current user.
unfollowPlaylist(String playlistId) Future<void>

Available on SpotifyApi, provided by the DeleteMethods extension

Unfollows a playlist for the current user.