DELETE /api/v2/storefront/esa/{esaId}/buyer-advertiser-mappings/{mappingId}
Removes a per-buyer routing override from a GAM-backed embedded sales agent. After deletion, that buyer falls back to the storefront default advertiser on its next request.
Request
Parameters
| Field | Type | Required | Notes |
|---|---|---|---|
esaId | integer | Yes | Path. Embedded sales-agent connection id |
mappingId | string | Yes | Path. Mapping id from list or create |
Response
Returns204 No Content with an empty body. The buyer now resolves through the default advertiser.
Errors
400 VALIDATION_ERROR—esaIdis not a positive integer,mappingIdis empty, or the ESA is not Google Ad Manager-backed.
Related
Buyer routing tasks
All buyer-routing operations
List buyer mappings
Find the mapping id
Set default advertiser
The fallback after deletion
List recent buyers
Confirm how the buyer now resolves