delete_projects
Remove one or more TickTick projects by providing project IDs. Accepts a single ID or a list of IDs for batch deletion.
Instructions
Delete one or more projects.
Supports both single project and batch deletion. For single project, you can pass a project ID string directly. For multiple projects, pass a list of project IDs.
Args: projects: Project ID string or list of project ID strings
Examples: # Single project "abc123"
# Multiple projects
["abc123", "def456", "ghi789"]Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projects | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |