v1

latestOpenAPI 3.0.32026-07-139687282.9 KB
Playlists
Tracks

Remove Playlist Items [DEPRECATED]

Deprecated: Use Remove Playlist Items instead.

Remove one or more items from a user's playlist.

delete/playlists/{playlist_id}/tracks

Path parameters

playlist_idstring required

The Spotify ID of the playlist.

Example:3cEYpjA9oz9GiPac4AsH4n

Request body

snapshot_idstring

The playlist's snapshot ID against which you want to make the changes. The API will validate that the specified items exist and in the specified positions and make the changes, even if more recent changes have been made to the playlist.

Response

A snapshot ID for the playlist

snapshot_idstring

Example response

{
  "snapshot_id": "abc"
}