Skip to main content
DELETE /api/v2/buyer/advertisers/{advertiserId} Archives an advertiser (soft delete). The advertiser moves to ARCHIVED status; its campaigns and sub-resources are retained.

Request

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

Parameters

FieldTypeRequiredNotes
advertiserIdstring (path)YesUnique identifier for the advertiser

Response

Returns 204 No Content on success. There is no response body. Archived advertisers are excluded from List advertisers unless you pass status=ARCHIVED or status=ALL.

Errors

  • 404 NOT_FOUNDadvertiserId does not exist or is not visible to the authenticated customer.
See Errors for the full error contract.

Advertiser tasks

All advertiser operations

Advertiser overview

Fields, lifecycle, and concepts

List advertisers

Filter by status to find archived

Update advertiser

Edit before archiving