cURL
curl --request DELETE \ --url https://app.coverwhale.com/api/v1/submission/{displayId}/{transactionId}/vehicle/{vehicleId} \ --header 'AccessToken: <api-key>'
{ "status": "success", "submission_number": "<string>", "transaction_id": 123, "message": "Vehicle removed." }
Removes a vehicle from a submission or endorsement.
AWS Cognito access token obtained from the /authentication endpoint. Token expires after 3600 seconds.
Vehicle removed
"success"
"Vehicle removed."