---
title: "Delete a Job"
method: DELETE
path: "/v1/auto-yara/jobs/{jobId}"
tags: ["Auto Yara"]
---

# Delete a Job

`DELETE /v1/auto-yara/jobs/{jobId}`

Permanently delete an Auto YARA job and its generated rules.

## Path parameters

- `jobId` string, required

## Response `200`

Successful Response

- DeleteJobResponse — Confirmation of job deletion.
  - `deleted` boolean, required — Indicates whether the job was successfully deleted.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Page not found

---

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