Remove User's Saved Episodes
me.episodes.remove(EpisodeRemoveParams**kwargs)
DELETE/me/episodes
Remove one or more episodes from the current user's library.
This API endpoint is in beta and could change without warning. Please share any feedback that you have, or issues that you discover, in our developer community forum.
Parameters
Remove User's Saved Episodes
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.episodes.remove()