Skip to main content
DELETE
/
tracks
/
{trackId}
Delete a track
curl --request DELETE \
  --url https://backstage.example.com/api/soundcheck/tracks/{trackId}
{
  "error": {
    "name": "<string>",
    "message": "<string>"
  },
  "response": {
    "statusCode": 123
  },
  "request": {
    "method": "<string>",
    "url": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://backstage.spotify.com/docs/llms.txt

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

Path Parameters

trackId
string
required

The ID of the track

Response

No Content