Skip to main content
DELETE
Error

Authorizations

Authorization
string
header
required

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.

Query Parameters

store
string
required

Store the override to clear is scoped to. Required.

Minimum string length: 1
sku
string
required

Sellable-unit id (the override key) to clear within that store. Required.

Minimum string length: 1

Response

Whether an override was actually removed.

Whether an override was actually removed.

cleared
boolean
required

true when an override existed and was removed, else false.