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 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
- Deleting all wiki pages within a project container to reset the content for a new project phase.
- 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
- HumHub Wiki API Documentation - Official documentation for the HumHub Wiki API endpoints, including delete operations.
