---
title: "Delete YARA rule"
method: DELETE
path: "/yara/{ruleName}"
---

# Delete YARA rule

`DELETE /yara/{ruleName}`

Permanently remove a YARA rule while preserving existing match results.

## Path parameters

- `ruleName` string, required

## Response `200`

Rule deleted successfully.

- object — Empty response confirming deletion.

## Other responses

- `404` — Rule 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)
