> ## 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 Draft

> Permanently delete a Gmail draft.

The **Delete Draft** action deletes an unsent draft from the connected Gmail
account.

## Inputs

| Input                   | Type           | Required | Description                        |
| ----------------------- | -------------- | -------- | ---------------------------------- |
| **Third-party account** | Google account | Yes      | Gmail account that owns the draft. |
| **Message ID**          | String         | Yes      | Identifier of the draft to delete. |

The identifier returned by **Draft Email** or **Draft Reply** can be connected
directly.

<Warning>
  Deleting a draft is permanent and this action has no output. Do not pass the
  ID of a draft that still needs human review.
</Warning>

## Troubleshooting

<AccordionGroup>
  <Accordion title="Draft not found">
    Confirm the identifier belongs to an existing draft in the connected
    account. A draft that was already sent or deleted no longer resolves.
  </Accordion>
</AccordionGroup>
