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 '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
- Deleting a like from a post by specifying the like's ID to remove the user's like from that post.
- 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
- HumHub API Documentation - Likes - Official documentation for managing likes via the HumHub API.
