Ticktick

TICKTICK_DELETE_TASK

Tool to delete a specific task. Use when you need to remove a task from a project after confirming both project and task IDs.

Remote ticktick

Other tools also called TICKTICK_DELETE_TASK? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "task_id": {
      "type": "string",
      "title": "Task Id",
      "examples": [
        "63b7bebb91c0a5474805fcd4"
      ],
      "description": "Task identifier to delete."
    },
    "project_id": {
      "type": "string",
      "title": "Project Id",
      "examples": [
        "6226ff9877acee87727f6bca"
      ],
      "description": "Project identifier containing the task to delete."
    }
  }
}