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.

Path Parameters

productId
string
required

The product/schedule key the markdown is authored against (the schedule id anchor).

Minimum string length: 1

Response

Whether a schedule was actually removed.

Whether a schedule was actually removed.

deactivated
boolean
required

true when a schedule existed and was removed, else false.