Insurance Policy Cancellation Input

Send the cancellation details to cancel an insurance policy, including the effective date, reason, and target status.
JSON example
1{
2    "cancellationEffectiveDate": "2026-07-01",
3    "cancellationReason": "Non-payment",
4    "status": "Cancelled"
5}
Properties
Name Type Description Required or Optional Available Version
cancellationEffectiveDate String Date after which the policy is no longer valid. Use the format YYYY-MM-DD. Required 67.0
cancellationReason String Reason for canceling the insurance policy. Optional 67.0
status String Target status of the canceled policy, such as Canceled. Optional 67.0