# /rfq/quote Delete an existing quote. You can delete quotes either by passing the of the quote or the you provided when you created the quote. Endpoint: DELETE /rfq/quote Version: 1.0 ## Request fields (application/json): - `label` (string) Custom label/identifier for the object - `rfqQuoteId` (integer) Unique identifier for the RFQ quote ## Response 200 fields (application/json): - `message` (string) Example: "Quote deleted successfully" ## 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: 400 - `message` (string) Example: "Bad Request" - `reason` (array) Example: ["Invalid input"]