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