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

# Delete Message

> Move an Outlook message to Deleted Items or permanently delete it.

The **Delete Message** action removes one Outlook message. By default, Microsoft
moves it to Deleted Items; permanent deletion bypasses that recoverable step.

## Inputs

| Input                   | Type              | Required | Description                                |
| ----------------------- | ----------------- | -------- | ------------------------------------------ |
| **Third-party account** | Microsoft account | Yes      | Outlook account containing the message.    |
| **Message ID**          | String            | Yes      | Microsoft ID of the message.               |
| **Permanent Delete**    | Boolean           | No       | Bypass Deleted Items. Defaults to `false`. |

<Warning>
  **Permanent Delete** is destructive and the action returns no output. Leave it
  off when the message may need to be recovered.
</Warning>
