Web API •References / Playlists / Remove Playlist Items [DEPRECATED]

Remove Playlist Items [DEPRECATED]

Deprecated

Deprecated: Use Remove Playlist Items instead.

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

Authorization scopes

Request

  • playlist_idstring
    Required

    The Spotify ID of the playlist.

    Example: 3cEYpjA9oz9GiPac4AsH4n
  • Required

    An array of objects containing Spotify URIs of the tracks or episodes to remove. For example: { "tracks": [{ "uri": "spotify:track:4iV5W9uYEdYUVa79Axb7Rh" },{ "uri": "spotify:track:1301WleyT98MSxVHPZCA6M" }] }. A maximum of 100 objects can be sent at once.

    • uristring

      Spotify URI

  • 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: "abc"

Response sample

{  "snapshot_id": "abc"}