Skip to main content
DELETE
/
quote-requests
/
{id}
Delete quote
curl --request DELETE \
  --url https://sandbox.yasmina.ai/api/v1/car-comp/quote-requests/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Quote deleted successfully."
}

Documentation Index

Fetch the complete documentation index at: https://docs.yasmina.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme

Path Parameters

id
integer
required

Response

Quote deleted successfully

message
string
Example:

"Quote deleted successfully."