Error
Catalog
Deactivate a product's markdown schedule (fin de démarque)
Removes a product’s markdown schedule, returning the till to the base price. Reports whether one existed ({ deactivated: true|false }); idempotent.
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.
Path Parameters
The product/schedule key the markdown is authored against (the schedule id anchor).
Minimum string length:
1Response
Whether a schedule was actually removed.
Whether a schedule was actually removed.
true when a schedule existed and was removed, else false.

