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

Path Parameters

campaignId
string
required

The ID of the campaign

Response

No Content