Skip to main content
DELETE
/
v1
/
campaigns
/
{id}
curl -X DELETE "https://api.adrelay.dev/v1/campaigns/camp_abc123" \
  -H "X-API-Key: $ADRELAY_API_KEY"
curl -X DELETE "https://api.adrelay.dev/v1/campaigns/camp_abc123" \
  -H "X-API-Key: $ADRELAY_API_KEY"
Deleting a campaign sets its status to REMOVED on the ad platform. Some platforms may retain the campaign data for reporting purposes even after deletion.

Authorizations

X-API-Key
string
header
required

Path Parameters

id
string
required
Pattern: ^(google|meta|tiktok)_\w+$

Response

Campaign deleted