# /rfq/{id} Delete an existing RFQ Endpoint: DELETE /rfq/{id} Version: 1.0 ## Path parameters: - `id` (integer, required) of the RFQ to fetch/perform operation on ## Response 200 fields (application/json): - `rfqId` (integer) Unique identifier for the RFQ ## 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"