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