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 all tasks associated with a specific content container in the HumHub platform. It is useful for bulk removal of tasks linked to a particular container, such as a project or group space, streamlining task management and cleanup processes.
Use Case Examples
- Deleting all tasks within a project container to reset the task list.
- Removing all tasks associated with a specific group or event container after completion.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method of authentication to use for the API request, either Basic Auth or JWT Token. |
| ID | The ID of the content container whose tasks are to be deleted. |
Output
JSON
success- Indicates whether the deletion operation was successful.message- Additional information or confirmation message from the API after deletion.
Dependencies
- HumHub API
Troubleshooting
- Ensure the container ID provided is valid and exists in the HumHub system to avoid errors.
- Check that the correct authentication method and credentials are configured to prevent authorization failures.
- If the API returns an error, verify network connectivity and API endpoint availability.
Links
- HumHub API Documentation - Tasks - Official API documentation for managing tasks in HumHub, including deletion by container.
