> ## Documentation Index
> Fetch the complete documentation index at: https://docs.specterops.io/llms.txt
> Use this file to discover all available pages before exploring further.

# findings_delete

> Delete a finding from a report

## Summary

Remove a finding from the report. Use with caution as this action cannot be undone.

* Needs Admin: False
* Version: 1-2
* Author: @its\_a\_feature\_

### Arguments

#### finding\_id

* Description: ID of the finding to delete
* Required: True
* Default: None

## Usage

```
findings_delete -finding_id 42
```

## Detailed Summary

Permanently deletes a finding from the Ghostwriter database.

<Warning>
  This action cannot be undone. Ensure you have the correct finding ID before deleting.
</Warning>

All evidence attachments and associations with this finding will also be removed.
