delete_checklist_item
Permanently delete a specific checklist item. Supply the checklist ID and item ID to remove it and receive confirmation with the deleted item ID.
Instructions
Permanently delete a single item from a checklist. This cannot be undone. Returns a confirmation with the deleted item id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| checklist_id | Yes | ID of the checklist the item belongs to. | |
| checklist_item_id | Yes | ID of the checklist item to delete. |