Skip to main content
trello.removeCardLabel removes an applied label and returns a mutation receipt.
automations/unlabel-trello-card.automation.ts
Provide card as an ID, short link, or URL and a stable labelId. Optional second argument { account } defaults to the project binding. Returns Signal<{ cardId: string; labelId: string; removed: true }> after Trello confirms the mutation. Call Get card separately when the updated card is needed.