Skip to main content
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

curl -X DELETE https://api.interchange.io/api/v2/storefront/esa/123/buyer-advertiser-mappings/map-abc \
  -H "Authorization: Bearer $SCOPE3_API_KEY"

Parameters

FieldTypeRequiredNotes
esaIdintegerYesPath. Embedded sales-agent connection id
mappingIdstringYesPath. Mapping id from list or create

Response

Returns 204 No Content with an empty body. The buyer now resolves through the default advertiser.

Errors

  • 400 VALIDATION_ERROResaId is not a positive integer, mappingId is empty, or the ESA is not Google Ad Manager-backed.
See Errors for the full error contract.

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