curl --location --request DELETE 'https://api.spotify.com/me/following?type=&ids=' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
"string"
]
}'
{
"error": {
"message": "string",
"status": 0
}
}
artist
or user
.ids=74ASZWbe4lXaubB36ztrGX,08td7MxkoHQkXnWAYD8d6Q
. A maximum of 50 IDs can be sent in one request.user-follow-modify
scope.application/json
.