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
Parameters
| Field | Type | Required | Notes |
|---|---|---|---|
advertiserId | string (path) | Yes | Unique identifier for the advertiser |
Response
Returns204 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_FOUND—advertiserIddoes not exist or is not visible to the authenticated customer.
Related
Advertiser tasks
All advertiser operations
Advertiser overview
Fields, lifecycle, and concepts
List advertisers
Filter by status to find archived
Update advertiser
Edit before archiving