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

# Delete a batch

`DELETE /batches/{id}`

Soft-delete a batch in a terminal status.

## Path parameters

- `id` string, required — Batch ID.

## Headers

- `Exa-Beta` 'batches-2026-06-06', required — Required beta token for the Batch API.

## Response `200`

OK

- DeletedBatch
  - `id` string, required — ID of the deleted batch.
  - `object` 'batch.deleted', required — The object type, always `batch.deleted`.
  - `deleted` true, required — Always `true` for a successful delete.

---

[API](https://skmtc.net/exa/apis/exa-public-api.md) · [All operations](https://skmtc.net/exa/apis/exa-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/exa/exa-public-api/revisions/cebbdd9640af/schema)
