HumHub icon

HumHub

Consume HumHub API (v.0.1.8)

Actions126

Overview

This node interacts with the HumHub API to manage 'Like' resources, specifically supporting the deletion of a like by its ID. It is useful in scenarios where you need to programmatically remove a like from content within the HumHub social network platform, such as unliking a post or comment.

Use Case Examples

  1. Deleting a like from a post by specifying the like's ID to remove the user's like from that post.
  2. Removing a like from a comment to update the engagement metrics or user interactions.

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 like to be deleted.

Output

JSON

  • id - The ID of the deleted like or the like object returned by the API after deletion.

Dependencies

  • HumHub API

Troubleshooting

  • Ensure the provided ID is valid and corresponds to an existing like; otherwise, the API may return an error indicating the like was not found.
  • Authentication errors may occur if the credentials (Basic Auth or JWT Token) are incorrect or expired; verify the credentials are correctly configured.
  • Network or API endpoint issues may cause request failures; check the API base URL and network connectivity.

Links

Discussion