cURL
curl --request DELETE \ --url https://app.aiinsurance.io/api/external/companies/{companyId}/quotes/{quoteId} \ --header 'Authorization: <api-key>'
200
Example
{ "id": "550e8400-e29b-41d4-a716-446655440002", "deleted": true }
Soft deletes a quote by setting deletedAt and deletedBy timestamps. The quote will no longer be returned in list or get operations.
Required permission: company.quote:delete
company.quote:delete
Use format: ApiKey <your-api-key>
ApiKey <your-api-key>
Company identifier
Quote identifier
Quote deleted successfully
The ID of the deleted quote
Confirmation that the quote was deleted
Was this page helpful?