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

# Delete Job

`DELETE /jobs/{job_qrn}`

Delete a quantum job by its job QRN.

**Args:**
- **job_qrn** (string): Job QRN (qBraid Resource Name)

**Returns:**
- Success message confirming job deletion

**Raises:**
- **403**: You do not have permission to delete this job
- **404**: Job is not found
- **422**: Validation error if the job_qrn parameter is invalid

## Path parameters

- `job_qrn` string, required — Job QRN (qBraid Resource Name)

## Response `200`

Successful Response

- DeleteJobResponse — Response schema for single job deletion
  - `success` boolean, required — Whether the deletion was successful
  - `data` object, required
    - `message` string, required — Success message

## Other responses

- `403` — Forbidden
- `404` — Job Not Found
- `422` — Validation Error

---

[API](https://skmtc.net/qbraid/apis/qbraid-runtime-api.md) · [All operations](https://skmtc.net/qbraid/apis/qbraid-runtime-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qbraid/qbraid-runtime-api/revisions/6e818ad19cde/schema)
