Skip to main content
POST
/
v2
/
clients
/
policies
/
cancellation
Cancel policy by VIN
curl --request POST \
  --url https://sandbox.yasmina.ai/api/v2/clients/policies/cancellation \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form cancellation_document='@example-file'
{
  "code": "40010",
  "message": "Policy is already canceled"
}

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

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

multipart/form-data
cancellation_document
file

Supporting document of why policy was deleted. Could be resignation document.

Response

Cancellation success