delete
https://sandbox.recordedfuture.com/api/v0/yara/
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.
