trello_delete_check_item
Delete a specific check item from a Trello checklist by providing the checklist ID and check item ID.
Instructions
Delete an item from a checklist.
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 | |
| checkItemId | Yes | ID of the check item to delete |