Create a contract cancellation request

Creates a new contract cancellation request.

Request

{
    "contract_id": "d516c361-3e50-42b2-b1e1-3723910146ae",
    "reason": "other",
    "other_reason": "some reason for requesting a contract cancellation",
    "reason_event_date": "2023-09-01T15:07:56.572316900Z"
}

For the exhaustive list of reason values, see the cancellation reasons.

For the following cancellation reasons, the reason_event_date body parameter MUST be set:

  • already_insured
  • insured_product_loss
  • insured_product_sold
  • insured_product_stolen
  • policyholder_status_change
  • other

Returns
A contract cancellation request is returned if the contract cancellation request creation succeeded. This call will return an error if something goes wrong.

Language