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

Parameters

ParameterDescription
Event IDThe ID of the event to be deleted from user inboxes.

Example Output

{
	"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
Workflow LibraryPreview this Workflow on desktop