---
title: "Delete Job"
method: DELETE
path: "/api/jobs/{submission_id}"
---

# Delete Job

`DELETE /api/jobs/{submission_id}`

Delete a job that is already in a terminal state.

## Path parameters

- `submission_id` string, required

## Response `200`

The status of the job.

- boolean — Whether the job was successfully deleted.

## Other responses

- `400` — The job was not submitted via the Ray Jobs API, so it cannot be deleted.
- `404` — The job does not exist.
- `500` — An internal error occurred when deleting the job, or the job was not in a terminal state.

---

[API](https://skmtc.net/ray-project/apis/ray-jobs-api.md) · [All operations](https://skmtc.net/ray-project/apis/ray-jobs-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ray-project/ray-jobs-api/versions/ee557bc8498e/schema)
