HumHub icon

HumHub

Consume HumHub API (v.0.1.8)

Actions126

Overview

This node interacts with the HumHub API to perform operations on Wiki Pages, specifically supporting the deletion of a wiki page by its ID. It is useful in scenarios where automated workflows need to manage wiki content, such as removing outdated or irrelevant wiki pages from a HumHub instance.

Use Case Examples

  1. Automatically delete a wiki page when it is no longer needed.
  2. Clean up wiki pages in bulk based on certain criteria by integrating with other nodes.

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 wiki page to delete.

Output

JSON

  • id - The ID of the deleted wiki page.
  • status - Status or confirmation of the deletion operation.

Dependencies

  • HumHub API

Troubleshooting

  • Ensure the provided wiki page ID exists; otherwise, the API will return an error indicating the page was not found.
  • Verify that the authentication credentials (Basic Auth or JWT Token) are correctly configured and have sufficient permissions to delete wiki pages.
  • If the node fails, check the error message for details such as invalid ID format or permission issues and adjust the input parameters or credentials accordingly.

Links

Discussion