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>"

Documentation Index

Fetch the complete documentation index at: https://rockboxzig.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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.