Skip to main content
DELETE
/
campaigns
/
{campaignId}
Delete campaign
curl --request DELETE \
  --url https://api.agentic.scope3.com/api/v2/buyer/campaigns/{campaignId} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

API key or access token

Path Parameters

id
string
required

Unique identifier for the campaign

Minimum string length: 1
Example:

"cmp_987654321"

Response

No content