Error
Checkout
Cancel an appointment (RDV)
Cancels a requested or confirmed booking (→ cancelled) and FREES the associate’s slot, so the same time can be re-booked for another customer. The appointment is addressed by the PATH id. 404s for an unknown appointment; 422s when the current status does not permit the transition.
POST
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
Id of the appointment (RDV) to read or transition.
Minimum string length:
1Response
The appointment (RDV), now cancelled.
The appointment (RDV), now cancelled.

