TickTick icon

TickTick

Interact with TickTick tasks and projects

Project Group → Delete

AI-generated

Overview

This node operation deletes a specified Project Group in TickTick. It is useful for managing and organizing project groups by removing those that are no longer needed. For example, a user can delete outdated or completed project groups to keep their workspace clean and organized.

Use Case Examples

  1. Deleting a project group by selecting it from a list of available project groups.
  2. Deleting a project group by specifying its unique ID.

Properties

Name Meaning
Authentication Selects the authentication method to use for the API request (Access Token V1, Email/Password V2, or OAuth2 V1).
Project Group The project group to delete, selectable either from a list or by specifying its ID.

Output

JSON

  • json - The JSON output contains the result of the delete operation, typically confirmation or error information.

Dependencies

  • Requires TickTick API credentials depending on the selected authentication method (Access Token, Email/Password, or OAuth2).

Troubleshooting

  • Ensure the correct authentication method is selected and valid credentials are provided.
  • Verify the project group ID format if specifying by ID; it must only contain letters and numbers.
  • If the project group does not exist or has already been deleted, the operation may fail with an error.

Discussion