Remove User's Saved Episodes
Developing
DELETE
/me/episodes
category-library
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://api.spotify.com/v1/me/episodes?ids=' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
200 - Example 1
{}
Request
Query Params
ids
string
required
Header Params
Authorization
string
required
Modification of the current user's collection requires authorization of the
user-library-modify
scope.Content-Type
string
optional
application/json
Body Params application/json
Responses
Modified at 2022-09-12 10:04:50