---
title: "Delete a parsing job"
method: DELETE
path: "/v1/parsing/jobs/{job_id}"
tags: ["parsing"]
---

# Delete a parsing job

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

Delete a specific parse job.

Args:
    job_id: The ID of the parse job to delete.

Returns:
    The deleted parsing job.

## Path parameters

- `job_id` string, uuid, required — The ID of the parse job to delete

## Response `200`

The deleted parse job

- ParsingJobDeleted — A deleted parsing job.
  - `id` string, required — The ID of the deleted job
  - `deleted` boolean — Whether the job was deleted
  - `object` 'parsing_job' — The type of the object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/mixedbread/apis/mxbai-omni.md) · [All operations](https://skmtc.net/mixedbread/apis/mxbai-omni/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mixedbread/mxbai-omni/revisions/2eece97b5ae5/schema)
