Delete a freight quote (unaccepted only)
Permanently removes one freight_quotes row. Rule 24 per-row delete; the
canonical handler audits the delete with freight.quote_deleted and emits
a matching realtime broadcast. Returns 400 cannot_delete_accepted_quote
when the quote currently carries a non-null accepted_at (operator must
accept a different quote first, then delete). Returns 404 when the quote
does not belong to the API key’s entity. Requires the orders:write scope.
Authorizations
API key issued per entity via Settings > Developers > API Keys.
Each key carries scopes (e.g. orders:read, products:write).
Bearer token format: Authorization: Bearer ark_live_ent_
Test keys use ark_test_ent_. Both are issued per entity
via Settings > Developers > API Keys.
Path Parameters
Response
Quote deleted

