Actions41
- Focus Actions
- Habit Actions
- Project Actions
- Project Group Actions
- Sync Actions
- Tag Actions
- Task Actions
- User Actions
Project Group → Delete
AI-generatedOverview
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
- Deleting a project group by selecting it from a list of available project groups.
- 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.