Remove User's Saved Shows
Developing
DELETE
/me/shows
category-library
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://api.spotify.com/v1/me/shows?ids=' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
200 - Example 1
{}
Request
Query Params
ids
string
required
market
string
optional
If a valid user access token is specified in the request header, the country associated with the user account will take priority over this parameter.
Note: If neither market or user country are provided, the content is considered unavailable for the client.
Users can view the country that is associated with their account in the account settings.
Header Params
Authorization
string
required
user-library-modify
scope must have been authorized by the user.Body Params application/json
Responses
Modified at 2022-09-12 10:04:50