---
title: "Cancel the delivery of the specified parcels."
method: POST
path: "/v1/parcels/deliver/cancel"
tags: ["delivery"]
---

# Cancel the delivery of the specified parcels.

`POST /v1/parcels/deliver/cancel`

Cancels an in-progress delivery for the given parcels, when cancellation is still permitted. Delivery cannot be cancelled once the parcel has been picked up. Cancellation is allowed in the following states: `qualifiedforpickup`, `onroutetopickup`, and `pickingup`. Please note that cancellation may incur costs.

## Request body

- CancelParcels
  - `parcel_ids` string[], required — List of parcels to be cancelled

## Response `202`

Cancellation request accepted and is being processed.

## Other responses

- `401` — Unauthorized. Missing or invalid authentication token.
- `404` — One or more parcels were not found.
- `409` — One or more parcels cannot be cancelled due to their current state. Cancellation is only allowed in the `qualifiedforpickup`, `onroutetopickup`, or `pickingup` states.

---

[API](https://skmtc.dev/cabify/apis/ride-hailing-api.md) · [All operations](https://skmtc.dev/cabify/apis/ride-hailing-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cabify/ride-hailing-api/revisions/8da1cb1270df/schema)
