Remove a label from a card
remove_labelDetach a label from a specific card while keeping the label on the board. Provide the card ID and label ID to unlabel the card.
Instructions
Detach a label from a card. This removes the label from that one card only — the label itself stays on the board. label_id comes from get_labels or from get_card.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| card_id | Yes | Card to unlabel (from get_cards or search_cards). | |
| label_id | Yes | Label id from get_labels or get_card. |