---
title: "Delete parcels by ID."
method: POST
path: "/v1/parcels/delete"
tags: ["parcels"]
---

# Delete parcels by ID.

`POST /v1/parcels/delete`

Permanently deletes the specified parcels. Only parcels that have not yet been shipped can be deleted. This is an **all-or-nothing** operation — if any parcel cannot be deleted, none of the parcels in the request will be deleted.

## Request body

- DeleteParcels
  - `parcel_ids` string[], required — List of parcels to be deleted

## Response `202`

All specified parcels were successfully deleted.

## Other responses

- `401` — Unauthorized. Missing or invalid authentication token.
- `404` — One or more parcels were not found.

---

[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)
