clickup_delete_checklist_item
Remove a single line item from a ClickUp checklist without deleting the entire checklist. Use when a specific to-do becomes irrelevant.
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 |