clickup_delete_checklist_item
Remove a single checklist item from a ClickUp task while preserving the checklist. Use for obsolete to-dos that should not affect other items.
Instructions
Remove a single line item from a checklist (the checklist itself stays).
When to Use:
The individual to-do is no longer relevant, but the rest of the checklist should remain.
When NOT to Use:
To remove the whole checklist, use
clickup_delete_checklist.
Returns: A confirmation string naming the deleted item id.
Error Handling: 404 means the checklist_id or checklist_item_id does not exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |