Cancel a claim

post
/claims/{claim_id}/cancel

Cancels a claim. Allowed source statuses: approved, in_process.

claim_id
string
required

The unique identifier of the claim.

Examples:
102a899f79c82422c99b1fdc417e01010
notify_customer
boolean

Whether to notify the customer about the claim cancellation.

cancel_reason
string
required

Reason for canceling the claim. Maximum length is 1000 characters.

<= 1000 characters
Auth
:
Parameters
:
Body
preparing...