Skip to main content
DELETE
/
campaigns
/
{campaignId}
Delete a campaign
curl --request DELETE \
  --url https://backstage.example.com/api/soundcheck/campaigns/{campaignId}
{
  "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

campaignId
string
required

The ID of the campaign

Response

No Content