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

> Unassign selected members from a Trello card.

**Remove Members** unassigns one or more members without changing the card's
other members.

## 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.                        |
| **Members**             | List of strings | Yes      | Member IDs, usernames, or full names. Matching is case-insensitive. |

## Outputs

| Output      | Type   | Description                                |
| ----------- | ------ | ------------------------------------------ |
| **Card**    | Object | The card after the members are unassigned. |
| **Card ID** | String | The updated card's ID.                     |

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