Error
Catalog
Clear a store price override
Removes the store override for a (store, sku), returning the till to the base catalog price. Pass ?store=<id>&sku=<id>. Idempotent — clearing an absent override reports { cleared: false }, never an error. Requires the kernel price:override grant (403 without).
DELETE
Error
Authorizations
Authorization: Bearer <token>. Accepts EITHER a Keycloak access token (scopes-in-token) OR an opaque POS session token; both resolve to the same pos.* scope vocabulary the route guards enforce.
Response
Whether an override was actually removed.
Whether an override was actually removed.

