HumHub icon

HumHub

Consume HumHub API (v.0.1.8)

Actions126

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

  1. Deleting a specific post by providing its ID to remove outdated content from a HumHub space.
  2. 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.

Discussion