# /rfq/quote/cancel-all Cancel all quotes, optionally filtered by RFQ ID. If is provided, only quotes for that RFQ will be cancelled. If is not provided, all quotes will be cancelled. Endpoint: POST /rfq/quote/cancel-all Version: 1.0 ## Request fields (application/json): - `rfqId` (integer) Unique identifier for the RFQ ## Response 200 fields (application/json): - `message` (string) Example: "Open quotes have been cancelled" ## Response 400 fields (application/json): - `code` (integer) Example: 400 - `message` (string) Example: "Bad Request" - `reason` (array) Example: ["Invalid input"]