trello.deleteCard is permanent. Use trello.updateCard({ closed: true }) to archive instead.
automations/delete-trello-card.automation.ts
card as an ID, short link, or URL. Optional second argument { account } defaults to the project binding. Returns Signal<{ cardId: string; deleted: true }> after Trello confirms deletion. You can’t undo deletion.