---
title: "Delete batch"
method: DELETE
path: "/batches/{batch_id}"
tags: ["batches"]
---

# Delete batch

`DELETE /batches/{batch_id}`

Permanently delete a batch and all its associated data.

This action cannot be undone. The input file is not deleted.

## Path parameters

- `batch_id` string, required

## Response `204`

Batch deleted successfully.

## Other responses

- `400` — Invalid batch ID format.
- `404` — Batch not found or you don't have access to it.
- `500` — An unexpected error occurred. Retry the request or contact support if the issue persists.

---

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