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 operation deletes a post in the HumHub platform by its ID. It is useful for automating content management workflows where posts need to be programmatically removed, such as cleaning up outdated or irrelevant posts, or managing content lifecycle in social collaboration environments.
Use Case Examples
- Deleting a specific post by providing its ID to remove outdated content from a HumHub space.
- Automating the removal of posts based on certain triggers or conditions in a workflow.
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 post to be deleted. |
Output
JSON
id- The ID of the deleted post or confirmation of deletion.error- Error message if the deletion fails.
Dependencies
- HumHub API with either Basic Auth or JWT Token authentication
Troubleshooting
- Ensure the post ID provided is valid and exists in the HumHub system to avoid 'not found' errors.
- Verify that the authentication credentials (Basic Auth or JWT Token) are correctly configured and have sufficient permissions to delete posts.
- If the node throws an error about missing binary data, it is unrelated to this operation as it does not handle binary data.
Links
- HumHub API Documentation - Official API documentation for HumHub, useful for understanding available endpoints and authentication methods.
