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

# Delete Finding

Delete a specific finding from a specific report.

<Note>
  External Documentation

  To learn more, visit the [PlexTrac documentation](https://api-docs.plextrac.com/#f20fb29a-5fd4-4acc-b14d-f1a02f70f9ec).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter  | Description                                                                                              |
  | ---------- | -------------------------------------------------------------------------------------------------------- |
  | Client ID  | The ID of the client whose report finding is to delete. Can be retrieved from the 'List Clients' action. |
  | Finding ID | The ID of the finding to delete. Can be retrieved from the 'List Findings' action.                       |
  | Report ID  | The ID of the report the finding is to delete. Can be retrieved from the 'List Reports' action.          |
</div>

## Example Output

```json theme={"dark"}
{
	"message": "success",
	"doc_id": "flaw_4155-500006-2426039341"
}
```

## Workflow Library Example

[Delete Finding with Plextrac and Send Results Via Email](https://library.blinkops.com/workflows/delete-finding-with-plextrac-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/delete-finding-with-plextrac-and-send-results-via-email/canvas" />
</div>
