Delete Checklist Item
kaiten_delete_checklist_itemRemove a single checklist item from a Kaiten card. Verify cardId, checklistId, and itemId before deleting to avoid unintended removal, as only itemId is used for lookup.
Instructions
Remove a single item from a checklist. cardId, checklistId, and itemId all from kaiten_get_checklist. NOTE: Kaiten resolves the item by itemId alone — wrong cardId/checklistId still deletes the real item. Verify the pair before deleting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cardId | Yes | Card ID | |
| itemId | Yes | Item ID | |
| checklistId | Yes | Checklist ID |