HumHub icon

HumHub

Consume HumHub API (v.0.1.8)

Actions126

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

  1. Deleting all tasks within a project container to reset the task list.
  2. 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

Discussion