TickTick icon

TickTick

Interact with TickTick tasks and projects

Task → Delete

AI-generated

Overview

This node operation deletes a specified task within a project in TickTick. It is useful for automating task management workflows where tasks need to be programmatically removed based on certain conditions or triggers. For example, it can be used to delete completed or obsolete tasks automatically from a project.

Use Case Examples

  1. Automatically delete a task from a project when it is marked as completed in another system.
  2. Remove tasks from a project based on a scheduled cleanup process.

Properties

Name Meaning
Authentication Selects the authentication method to use for accessing the TickTick API.
Project Specifies the project containing the task to be deleted. Can be selected from a list or specified by ID.
Task Specifies the task to delete. Can be selected from a list or specified by ID.

Output

JSON

  • success - Indicates whether the task deletion was successful.
  • taskId - The ID of the deleted task.

Dependencies

  • Requires authentication credentials for TickTick API (Access Token, Email/Password, or OAuth2).

Troubleshooting

  • Common issues include invalid or expired authentication credentials, which will cause authentication failures.
  • If the specified project or task ID does not exist or is incorrect, the node will throw an error indicating the resource was not found.
  • Network or API rate limit issues may cause request failures; ensure stable internet connection and respect API usage limits.

Discussion