ticktick_delete_task
Permanently delete tasks from TickTick using task and project IDs. This irreversible action removes tasks completely from your task management system.
Instructions
Permanently delete a TickTick task. This action cannot be undone.
Args: params (TaskActionInput): - task_id (str): ID of the task to delete - project_id (str): ID of the project the task belongs to
Returns: str: JSON success confirmation or error message.
Examples: - "Delete the grocery task" - "Remove task X permanently"
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |