Unfollow Artists or Users
Developing
DELETE
/me/following
category-follow
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://api.spotify.com/v1/me/following?type=&ids=' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
200 - Example 1
{
"error": {
"message": "string",
"status": 0
}
}
Request
Query Params
type
string
required
artist
or user
.ids
string
required
ids=74ASZWbe4lXaubB36ztrGX,08td7MxkoHQkXnWAYD8d6Q
. A maximum of 50 IDs can be sent in one request.Header Params
Authorization
string
required
user-follow-modify
scope.Content-Type
string
optional
application/json
.Body Params application/json
Responses
Modified at 2022-09-12 10:04:50