Ticktick

TICKTICK_DELETE_PROJECT

Tool to delete a specific project. Use when you have confirmed the project ID and intend to permanently remove it. Example: "Delete the project with ID 6226ff9877acee87727f6bca".

Remote ticktick

Other tools also called TICKTICK_DELETE_PROJECT? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "project_id": {
      "type": "string",
      "title": "Project Id",
      "examples": [
        "6226ff9877acee87727f6bca"
      ],
      "description": "Project identifier to delete"
    }
  }
}