---
title: "Cancel many"
method: PUT
path: "/shipping/orders/cancel_many/v1"
tags: ["/shipping/orders"]
---

# Cancel many

`PUT /shipping/orders/cancel_many/v1`

Cancels multiple orders and their non-terminal child entities in a transaction. | authz_personas=[task_group_operating_org_operators] | (OrdersCancelManyReq) -> (bool)

## Request body

- OrdersCancelManyReq
  - `order_ids` string[], required

## Response `200`

Successful Response

- boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/chrt/apis/chrt-fastapi.md) · [All operations](https://skmtc.dev/chrt/apis/chrt-fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chrt/chrt-fastapi/revisions/ea04e157edb3/schema)
