# /rfq/cancel Cancel an existing RFQ using the RFQ's ID Endpoint: POST /rfq/cancel Version: 1.0 ## Request fields (application/json): - `rfqId` (integer, required) Unique identifier for the RFQ ## Response 200 fields (application/json): - `id` (integer) ## Response 400 fields (application/json): - `code` (integer) Example: 400 - `message` (string) Example: "Bad Request" - `reason` (array) Example: ["Invalid input"] ## Response 404 fields (application/json): - `code` (integer) Example: 404 - `message` (string) Example: "Not Found"