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