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

# Delete Job

`DELETE /jobs/{job_id}`

Delete a job and all of its children.

Returns 204 No Content on success, 404 if job not found.

## Path parameters

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

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/ionworks/apis/fastapi.md) · [All operations](https://skmtc.dev/ionworks/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ionworks/fastapi/revisions/7337a3cbdaf2/schema)
