Actions126
- User Actions
- Group Actions
- Content Actions
- Post Actions
- Comment Actions
- Like Actions
- Activity Actions
- Notification Actions
- Space Actions
- Calendar Actions
- CFile Directory Actions
- CFile Actions
- CFile Item Management Actions
- Survey Actions
- Task Actions
- Task List Actions
- Wiki Page Actions
- Mail Conversation Actions
- Mail Entry Actions
- Mail Recipient Actions
- Session Actions
- File Actions
- Space Membership Actions
- Topic Actions
- Survey Answer Actions
- Survey Answers Actions
- Wiki Page Revision Actions
- Mail Tag Actions
Overview
This node operation deletes a specific task list in the HumHub system by its ID. It is useful for automating the removal of task lists that are no longer needed or relevant, helping to keep the task management system clean and organized. For example, a user can delete a completed project task list or remove outdated task lists automatically based on certain triggers.
Use Case Examples
- Deleting a task list by specifying its ID to remove it from the system.
- Automating cleanup of task lists after project completion.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method of authentication to use for the API request, either Basic Auth or JWT Token. |
| ID | The unique identifier of the task list to be deleted. |
Output
JSON
id- The ID of the deleted task list.status- Status or confirmation of the deletion operation.
Dependencies
- HumHub API (v.1)
Troubleshooting
- Ensure the provided task list ID exists; otherwise, the API will return an error indicating the task list was not found.
- Verify that the authentication credentials (Basic Auth or JWT Token) are correctly configured and valid to avoid authorization errors.
- If the node fails with a network error, check the API endpoint accessibility and network connectivity.
Links
- HumHub API Documentation - Delete Task List - Official API documentation for deleting a task list in HumHub.
