trello_remove_label_from_card
Remove a label by its ID from a specified Trello card.
Instructions
Remove a label from a Trello card.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | No | Trello API key (optional if TRELLO_API_KEY env var is set) | |
| token | No | Trello API token (optional if TRELLO_TOKEN env var is set) | |
| cardId | Yes | ID of the card to remove the label from | |
| labelId | Yes | ID of the label to remove |