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
Response
Returns204 No Content on success.
Errors
404 NOT_FOUND— no house discount with this id on the storefront.401 UNAUTHORIZED— missing or invalid bearer token.
Related
House discount tasks
All house-discount operations.
Create house discount
Re-create a discount on a different house.