---
title: "Delete a batch"
method: POST
path: "/client/batch/{batchNumber}/delete"
tags: ["Batches"]
---

# Delete a batch

`POST /client/batch/{batchNumber}/delete`

Deletes a batch. Only batches that have been received can be deleted.

## Path parameters

- `batchNumber` string, required

## Response `200`

Batch deleted or error

- object
  - `message` string, required — Additional information about the request status.
  - `code` integer, required — Status code. 0 indicates success.
  - `data` object, nullable — Always null for this operation.

---

[API](https://skmtc.dev/uniuni/apis/uniuni-platform-client-api.md) · [All operations](https://skmtc.dev/uniuni/apis/uniuni-platform-client-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/uniuni/uniuni-platform-client-api/revisions/d61334c7f8b1/schema)
