Skip to main content
Glama

TickTick MCP Server

by rafliruslan

delete_task

Remove a specific task by providing its Task ID and Project ID from TickTick, ensuring streamlined task management and data organization.

Instructions

Delete a task

Input Schema

NameRequiredDescriptionDefault
projectIdYesProject ID containing the task (required)
taskIdYesTask ID to delete (required)

Input Schema (JSON Schema)

{ "properties": { "projectId": { "description": "Project ID containing the task (required)", "type": "string" }, "taskId": { "description": "Task ID to delete (required)", "type": "string" } }, "required": [ "taskId", "projectId" ], "type": "object" }
Install Server

Other Tools from TickTick MCP Server

Related Tools

    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/rafliruslan/ticktick-mcp-server'

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