curl --location --request DELETE 'https://api.spotify.com/playlists//tracks' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"snapshot_id": "string",
"tracks": [
"string"
]
}'
{
"snapshot_id": "string"
}
playlist-modify-public
scope; removing items from a private playlist requires the playlist-modify-private
scope. See Using Scopes.application/json