Event triggered when a new quote is deleted.
{
"id": "ev_16BgzEbcZiKr6Vyg",
"occurred_at": 1762406872,
"source": "admin_console",
"object": "event",
"api_version": "v2",
"event_type": "quote_deleted",
"webhook_status": "not_applicable",
"content": {
"quote": {
"amount_due": 4500,
"amount_paid": 0,
"billing_address": {
"first_name": "John",
"last_name": "Doe",
"object": "billing_address",
"validation_status": "not_validated"
},
"charge_on_acceptance": 4500,
"credits_applied": 0,
"...": "..."
}
}
}