Skip to main content
DELETE /api/v2/buyer/campaigns/:id Archives the campaign, moving it to ARCHIVED status. This is a soft delete — the record is retained for reporting, not permanently removed.

Request

curl -X DELETE https://api.interchange.io/api/v2/buyer/campaigns/cmp_987654321 \
  -H "Authorization: Bearer $SCOPE3_API_KEY"

Parameters

FieldTypeRequiredNotes
idstringYesPath parameter — the campaign identifier

Response

204 No Content — no response body. The campaign and all of its media buys and packages are soft-deleted (transitioned to ARCHIVED status). Archived campaigns are excluded from default list results; filter status=ARCHIVED to retrieve them.

Errors

  • 404 NOT_FOUND — no campaign with this ID is visible to the authenticated customer.
See Errors for the full error contract.

Pause campaign

Halt spend without archiving

List campaigns

Filter by status, including ARCHIVED

Campaign tasks

All campaign operations

Campaign overview

Fields, lifecycle, and concepts