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

# Delete a job

`DELETE /api/v2/jobs/{job_id}`

Delete an in-progress job.

Requires a writer role (MEMBER, ADMIN, or OWNER); VIEWERs are refused.
Scoped to the caller's own jobs: returns 404 if the job does not exist
or is owned by another user. Only jobs that are still ``IN_PROGRESS``
may be deleted; once a job has been finalised it returns 409.

## Path parameters

- `job_id` string, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

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