TickTick icon

TickTick

Interact with TickTick tasks and projects

Project → Delete

AI-generated

Overview

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

Use Case Examples

  1. Automatically delete a project when all its tasks are completed.
  2. Remove a project based on a specific user action or external event.

Properties

Name Meaning
Authentication Specifies the authentication method to use for connecting to TickTick API. Options include Access Token (V1 API), Email/Password (V2 API), and OAuth2 (V1 API).
Project The project to delete. Can be selected from a list of projects or specified by its ID. The project ID must contain only letters and numbers.

Output

JSON

  • json
    • error - Error message if the deletion operation fails.

Dependencies

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

Troubleshooting

  • Common issues include invalid project ID format (must be alphanumeric).
  • Errors may occur if the specified project does not exist or the user lacks permission to delete it.
  • If the node throws an Unsupported operation error, verify that the resource and operation are correctly set to 'Project' and 'Delete'.
  • Authentication failures can occur if credentials are incorrect or expired; ensure valid credentials are provided.

Discussion