Remove User's Saved Shows
DELETE
/me/shows
category-library
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://api.spotify.com/me/shows?ids=' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw ''
响应示例响应示例
200 - 示例 1
{}
请求参数
Query 参数
ids
必需
market
可选
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 参数
Authorization
必需
user-library-modify
scope must have been authorized by the user.Body 参数application/json
返回响应
修改于 2021-08-02 10:49:34