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 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
- Automatically delete a wiki page when it is no longer needed.
- 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
- HumHub API Documentation - Official API documentation for HumHub, including endpoints for managing wiki pages.
