trello.removeBoardMember removes an existing member from one board.
automations/remove-trello-board-member.automation.ts
board as an ID, short link, or standard board URL and a stable memberId. Optional second argument { account } selects a Trello binding.
Returns Signal<{ boardId: string; memberId: string; removed: true }>.