Skip to main content
Glama

ClickUp MCP Server

delete_checklist_item

Permanently remove a specific item from a task checklist by providing the checklist ID and item ID. Streamline task management within ClickUp workspaces.

Instructions

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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/v4lheru/clickup-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server