Remove User's Saved Episodes
DELETE
/me/episodes
category-library
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://api.spotify.com/me/episodes?ids=' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw ''
响应示例响应示例
200 - 示例 1
{}
请求参数
Query 参数
ids
必需
Header 参数
Authorization
必需
Modification of the current user's collection requires authorization of the
user-library-modify
scope.Content-Type
可选
application/json
Body 参数application/json
返回响应
修改于 2021-08-02 10:49:34