Amendment
Cancel a policy
Cancels an existing policy
delete/v1/amendment/cancel
Headers
Authorizationstring
Bearer token
Request body
Example request
{
"policyCode": "POLICY-123456",
"reason": "Customer requested cancellation"
}Response
The policy has been successfully cancelled.
Example response
{
"policyCode": "POLICY-123456",
"status": "canceled",
"cancelReason": "Customer requested cancellation",
"cancelledAt": "2023-01-01T12:00:00Z"
}