diff --git a/docs/b2b-edition/specs/api-v3/quote/quote.yaml b/docs/b2b-edition/specs/api-v3/quote/quote.yaml index 9904fe002..97e3558ed 100644 --- a/docs/b2b-edition/specs/api-v3/quote/quote.yaml +++ b/docs/b2b-edition/specs/api-v3/quote/quote.yaml @@ -634,14 +634,6 @@ paths: Retrieves the full details of a specific quote based on the provided `quote_id`. This endpoint provides more detailed information about a specific quote than [Get All Quotes](#get-all-quotes). This includes line items, shipping address fields, and even a history of messages sent by the buyer and their sales representative. - parameters: - - name: date - in: query - required: true - schema: - type: string - description: "The date that the quote was created. Use %m/%d/%Y format." - example: "04/07/2025" responses: '200': description: OK