Skip to main content
DELETE /api/v2/storefront/buyer-instructions/{id} Deletes a buyer-instructions row by id. Use this to retire a scope or to change the immutable (operatorDomain, brandDomain) tuple — delete the row, then create a new one with the scope you want.

Request

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

Parameters

FieldInTypeRequiredNotes
idpathintegerYesSurrogate id of the row to delete

Response

Returns 204 No Content with an empty body on success.

Errors

  • 404 NOT_FOUND — no row with that id on your storefront.
  • 401 UNAUTHORIZED — missing or invalid bearer token.
See Errors for the full error contract.

Buyer instruction tasks

All buyer-instructions operations.

Create buyer instructions

Recreate a row with a new scope.