Skip to main content
DELETE /api/v2/storefront/house-discounts/{id} Deletes a house discount. After deletion, buys that previously matched this house fall back to the nearest remaining ancestor discount (if any), or to the undiscounted quote.

Request

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

Response

Returns 204 No Content on success.

Errors

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

House discount tasks

All house-discount operations.

Create house discount

Re-create a discount on a different house.