HumHub icon

HumHub

Consume HumHub API (v.0.1.8)

Actions126

Overview

This node interacts with the HumHub API to manage Wiki Pages, specifically supporting the operation to delete all wiki pages within a specified content container. It is useful in scenarios where bulk deletion of wiki pages grouped under a container is required, such as cleaning up outdated or irrelevant content in a collaborative platform.

Use Case Examples

  1. Deleting all wiki pages within a project container to reset the content for a new project phase.
  2. Removing wiki pages associated with a deprecated department or team container.

Properties

Name Meaning
Authentication Method of authentication to use for the API requests, either Basic Auth or JWT Token.
ID The ID of the content container from which all wiki pages will be deleted.

Output

JSON

  • id - The ID of the content container from which wiki pages were deleted.
  • status - The status or result of the delete operation returned by the API.

Dependencies

  • Requires authentication credentials for HumHub API, either Basic Auth or JWT Token.

Troubleshooting

  • Ensure the content container ID is valid and exists in the HumHub system to avoid errors.
  • Authentication errors may occur if the provided credentials are incorrect or expired; verify and update credentials as needed.
  • API rate limits or permissions might restrict the delete operation; check API access rights and limits.

Links

Discussion