---
title: "Delete a Job"
method: DELETE
path: "/projects/{owner}/{name}/jobs/{job_id}"
tags: ["Jobs"]
---

# Delete a Job

`DELETE /projects/{owner}/{name}/jobs/{job_id}`

Delete a job.

## Path parameters

- `owner` string, required
- `name` string, required
- `job_id` string, required

## Response `202`

Accepted

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/pollination/apis/pollination-server.md) · [All operations](https://skmtc.net/pollination/apis/pollination-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pollination/pollination-server/revisions/c1f3c6d96b31/schema)
