# Quote recalled

Endpoint: POST quote-recalled
Version: latest
Security: SecretApiKey, JWT

## Request fields (application/json):

  - `quoteId` (string)
    ID of the quote.
    Example: "qt_01HXBZMEGPETPHJZH6V4RHBMA8"

  - `eventType` (string)
    Type of event that triggered the webhook.
    Enum: "quote-accepted", "quote-canceled", "quote-created", "quote-expired", "quote-issued", "quote-recalled", "quote-rejected", "quote-updated"

  - `_embedded` (object)
    Embedded objects related to the quote event.

  - `_embedded.quote` (any)

  - `_links` (array)
    Links to related resources.

  - `_links.href` (string)
    URL of the link.

  - `_links.rel` (string)
    Relationship type of the link.
    Enum: "quote"


## Response 2xx fields
