Remove Items from a Playlist
Developing
DELETE
/playlists/{playlist_id}/tracks
category-playlists
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://api.spotify.com/v1/playlists//tracks' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
200 - Example 1
{
"snapshot_id": "string"
}
Request
Path Params
playlist_id
string
required
Header Params
Authorization
string
required
playlist-modify-public
scope; removing items from a private playlist requires the playlist-modify-private
scope. See Using Scopes.Content-Type
string
required
application/json
Body Params application/json
Responses
Modified at 2022-09-12 10:04:50