---
title: "Delete Batch Job"
method: DELETE
path: "/v1/batch/jobs/{job_id}"
tags: ["batch"]
---

# Delete Batch Job

`DELETE /v1/batch/jobs/{job_id}`

Request the deletion of a batch job.

## Path parameters

- `job_id` string, uuid, required

## Response `200`

OK

- DeleteBatchJobResponse
  - `id` string, required
  - `object` 'batch'
  - `deleted` boolean

---

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