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

# Remove Label

> Remove an existing Gmail label from one message.

The **Remove Label** action removes one label from a Gmail message without
deleting the label itself.

## Inputs

| Input                   | Type           | Required | Description                            |
| ----------------------- | -------------- | -------- | -------------------------------------- |
| **Third-party account** | Google account | Yes      | Gmail account containing the message.  |
| **Message ID**          | String         | Yes      | Gmail ID of the message to update.     |
| **Label**               | String         | Yes      | Existing Gmail label name or label ID. |

Label names are matched case-insensitively after surrounding whitespace is
removed. Exact label IDs are accepted as well.

<Note>
  This action has no output. It changes the message only; the label remains
  available elsewhere in Gmail.
</Note>

## Troubleshooting

<AccordionGroup>
  <Accordion title="Label not found">
    Verify the label exists in the connected account. Labels belong to a
    mailbox, so a name from another Google account may not resolve.
  </Accordion>
</AccordionGroup>
