---
title: "Cancel an Insurance Policy"
method: POST
path: "/2024-09/insurances/policies/{policy_id}/cancel"
tags: ["Insurance"]
---

# Cancel an Insurance Policy

`POST /2024-09/insurances/policies/{policy_id}/cancel`

Cancel an insurance policy. Only policies in `awaiting` state can be cancelled.

Required authorization scope: `public.insurance_policy_from_quote:write`

## Path parameters

- `policy_id` string, required

## Response `200`

insurance policy successfully cancelled

- Success — General success response
  - `success` object
    - `message` string
  - `meta` Meta
    - `request_id` string — An unique ID represent the request.

## Other responses

- `404` — insurance policy not found
- `422` — insurance policy not cancellable

---

[API](https://skmtc.net/easyship/apis/easyship-public-api.md) · [All operations](https://skmtc.net/easyship/apis/easyship-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/easyship/easyship-public-api/revisions/71d737a5fcbf/schema)
