cURL
curl --request POST \ --url https://app.coverwhale.com/api/v1/submission/{displayId}/{transactionId}/non-renewal \ --header 'AccessToken: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "nonRenewal_reason": "<string>", "other_nonRenewal_reason": "<string>" } '
{ "status": "success", "submission_number": "<string>", "transaction_id": 123, "submission_status": "<string>" }
Marks a policy for non-renewal. Generates non-renewal notice PDF and sends email.
AWS Cognito access token obtained from the /authentication endpoint. Token expires after 3600 seconds.
Non-renewal reason
Custom non-renewal reason (overrides nonRenewal_reason if provided)
Non-renewal processed
"success"