Remove song(s) from a private playlist

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Remove one or more songs from a private playlist. Send the same data array of song resource identifiers used by the add endpoint.

{
  "data": [
    { "id": "12584", "type": "songs" }
  ]
}
Path Params
string
required

The playlist's ID

Body Params
data
array of objects

An array of hash objects with id and type key value pairs

data
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/vnd.api+json