Skip to main content
trello.deleteChecklist permanently removes a checklist and its items from the card.
automations/delete-trello-checklist.automation.ts
Provide checklistId. Optional second argument { account } defaults to the project binding. Returns Signal<{ checklistId: string; deleted: true }>.