Remove Users' Saved Albums
me.albums.remove(AlbumRemoveParams**kwargs)
DELETE/me/albums
Remove one or more albums from the current user's 'Your Music' library.
Parameters
Remove Users' Saved Albums
import os
from spotted import Spotted
client = Spotted(
access_token=os.environ.get("SPOTIFY_ACCESS_TOKEN"), # This is the default and can be omitted
)
client.me.albums.remove()