Delete an email from any user’s inbox.

  • Least privileged Microsoft Graph permissions to access the action via application: Mail.ReadWrite.
Note: Using the delegated (OAuth) connection type will only allow to insert the connected user's ID.

External Documentation

To learn more, visit the Microsoft Outlook documentation.

Parameters

ParameterDescription
Email IDThe ID of the email.
User ID or User Principal NameThe ID or userPrincipalName of the user.

Workflow Library Example

Delete Email with Microsoft Outlook and Send Results Via Email

Preview this Workflow on desktop