> ## 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 From Inbox

Deleted emails from user's inboxes using the event's ID.

<Note>
  External Documentation

  To learn more, visit the [Tessian documentation](https://developer.tessian.com/documentation/api/index.html#tag/Remediation/operation/insights_external_api.main.post_remediation_delete_from_inbox).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description                                          |
  | --------- | ---------------------------------------------------- |
  | Event ID  | The ID of the event to be deleted from user inboxes. |
</div>

## Example Output

```json theme={"dark"}
{
	"number_of_actions_attempted": 0,
	"number_of_actions_succeeded": 0,
	"results": [
		{
			"error": "Indicates failure for this quarantine action.\nNull if the operation was successful.\n",
			"user_address": "The email address of the protected user associated with the email.\n"
		}
	]
}
```

## Workflow Library Example

[Delete from Inbox with Tessian and Send Results Via Email](https://library.blinkops.com/workflows/delete-from-inbox-with-tessian-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-from-inbox-with-tessian-and-send-results-via-email/canvas" />
</div>
