Unfollow Artists or Users
DELETE
/me/following
category-follow
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://api.spotify.com/me/following?type=&ids=' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw ''
响应示例响应示例
200 - 示例 1
{
"error": {
"message": "string",
"status": 0
}
}
请求参数
Query 参数
type
必需
artist
or user
.ids
必需
ids=74ASZWbe4lXaubB36ztrGX,08td7MxkoHQkXnWAYD8d6Q
. A maximum of 50 IDs can be sent in one request.Header 参数
Authorization
必需
user-follow-modify
scope.Content-Type
可选
application/json
.Body 参数application/json
返回响应
修改于 2021-08-02 10:49:34