# Cancel Orders Allows users to cancel orders. Endpoint: POST /Orders/cancel Version: 1.0.0 Security: bearerAuth ## Request fields (application/json): - `OrderId` (string, required) Example: "d290f1ee-6c54-4b01-90e6-d701748f0851" - `Reason` (string) Example: "Customer requested cancellation" ## Response 200 fields (application/json): - `message` (string) Example: "Order cancelled successfully" ## Response 404 fields (application/json): - `message` (string) Example: "No order found for user role"