Delete YARA rule

Permanently remove a YARA rule while preserving existing match results.

What this endpoint does

Permanently deletes a YARA rule by filename. Deleting a rule removes it from future sandbox analyses but does not retroactively affect results from samples already analyzed with it. Use Sandbox: List YARA Rules to discover available rule filenames. Returns 404 if the rule doesn't exist.

Response data

Returns an empty JSON object {} on success. A 404 means the rule filename was not found.

Path Params
string
required

Rule filename to delete.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json