> ## 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.

# evidence_delete

> Delete an evidence entry

## Summary

Remove evidence from the report. This will also remove the file from Ghostwriter.

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

### Arguments

#### evidence\_id

* Description: ID of the evidence to delete
* Required: True

## Usage

```
evidence_delete -evidence_id 15
```

## Detailed Summary

Permanently deletes evidence from Ghostwriter including the uploaded file.

<Warning>
  This action cannot be undone. Any findings referencing this evidence will have their attachments removed.
</Warning>
