trello_delete_checklist
Delete a checklist from a Trello card by providing its ID. Removes the checklist and its items.
Instructions
Delete a checklist from a card.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | No | Trello API key (optional if TRELLO_API_KEY env var is set) | |
| token | No | Trello API token (optional if TRELLO_TOKEN env var is set) | |
| checklistId | Yes | ID of the checklist to delete |