Remove User's Saved Shows
me.shows.remove(ShowRemoveParams**kwargs)
DELETE/me/shows
Delete one or more shows from current Spotify user's library.
Parameters
Remove User's Saved Shows
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.shows.remove()