ClickUp MCP Server

by v4lheru
Verified

delete_checklist_item

Delete a line item from a task checklist. This permanently removes the item.

Input Schema

NameRequiredDescriptionDefault
checklistIdYesID of the checklist containing the item
checklistItemIdYesID of the checklist item to delete

Input Schema (JSON Schema)

{ "properties": { "checklistId": { "description": "ID of the checklist containing the item", "type": "string" }, "checklistItemId": { "description": "ID of the checklist item to delete", "type": "string" } }, "required": [ "checklistId", "checklistItemId" ], "type": "object" }