TickTick icon

TickTick

Interact with TickTick tasks and projects

Tag → Delete

AI-generated

Overview

This node operation deletes a specified tag in TickTick. It is useful for managing and organizing tasks by removing tags that are no longer needed or relevant. For example, a user can delete a tag named "Important" to clean up their tag list.

Use Case Examples

  1. Deleting a tag named 'Urgent' to remove it from all associated tasks.
  2. Removing a tag that is no longer used to keep the tag list organized.

Properties

Name Meaning
Authentication Selects the authentication method to use for the TickTick API (Access Token V1, Email/Password V2, or OAuth2 V1).
Tag The tag to delete, which can be selected from a list or specified by name.

Output

JSON

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

Dependencies

  • TickTick API credentials (Access Token, Email/Password, or OAuth2)

Troubleshooting

  • Ensure the correct authentication method is selected; using Access Token or OAuth2 will not work for deleting tags, which require the Email/Password (V2) authentication.
  • Common error: 'Unsupported operation' if the resource or operation is incorrect.
  • If deletion fails, the error message will be included in the output JSON under 'error'.

Discussion