cURL
curl --request POST \ --url https://app.coverwhale.com/api/v1/submission/{displayId}/{transactionId}/cancel \ --header 'AccessToken: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "cancellation_reason": "<string>", "cancel_reason_others": "<string>" } '
{ "status": "success", "submission_number": "<string>", "transaction_id": 123, "submission_status": "<string>" }
Executes the cancellation on an approved cancellation endorsement.
AWS Cognito access token obtained from the /authentication endpoint. Token expires after 3600 seconds.
Cancellation reason
Free-text cancellation reason
Cancellation executed
"success"