Skip to main content
DELETE
/
playlists
/
{id}
/
tracks
Remove tracks from the live queue
curl --request DELETE \
  --url http://localhost:6063/playlists/{id}/tracks \
  --header 'Content-Type: application/json' \
  --data '
{
  "positions": [
    123
  ]
}
'
"<string>"

Path Parameters

id
string
required

Body

application/json
positions
integer<int32>[]
required

Empty array clears the entire queue

Response

200 - text/plain

Result code (text)

The response is of type string.