---
title: "Delete a job by ID"
method: DELETE
path: "/jobs/{id}"
tags: ["General"]
---

# Delete a job by ID

`DELETE /jobs/{id}`

## Path parameters

- `id` string, required — A unique identifier for a job

## Response `200`

The job was deleted successfully

## Other responses

- `404` — The job was not found or the client is not authorized to delete it

---

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