External DocumentationTo learn more, visit the Tessian documentation.
Actions
Delete From Inbox
Deleted emails from user’s inboxes using the event’s ID.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Event ID | The ID of the event to be deleted from user inboxes. |
{
"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"
}
]
}
Was this page helpful?