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
Parameters
| Field | Type | Required | Notes |
|---|---|---|---|
id | string | Yes | Path 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.
Related
Pause campaign
Halt spend without archiving
List campaigns
Filter by status, including ARCHIVED
Campaign tasks
All campaign operations
Campaign overview
Fields, lifecycle, and concepts