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

> Remove selected labels from a Trello card.

**Remove Labels** removes one or more labels without changing the card's other
labels.

## Inputs

| Input                   | Type            | Required | Description                                                |
| ----------------------- | --------------- | -------- | ---------------------------------------------------------- |
| **Third-party account** | Trello account  | Yes      | An account with write access to the card.                  |
| **Card ID or URL**      | String          | Yes      | A card ID, short link, or complete card URL.               |
| **Labels**              | List of strings | Yes      | Label IDs, names, or colors. Matching is case-insensitive. |

## Outputs

| Output      | Type   | Description                            |
| ----------- | ------ | -------------------------------------- |
| **Card**    | Object | The card after its labels are removed. |
| **Card ID** | String | The updated card's ID.                 |

<Tip>
  Use **Update Card** with an empty **Labels** list when every label should be
  removed.
</Tip>
