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 specific mail entry within a mail conversation in the HumHub platform. It requires the user to provide the MessageID of the mail conversation and the Entry ID of the mail entry to be deleted. This operation is useful for managing and cleaning up mail conversations by removing unwanted or obsolete entries.
Use Case Examples
- Deleting a specific mail entry from a conversation to remove outdated information.
- Automating the cleanup of mail entries in bulk by iterating over multiple entries and deleting them.
Properties
| Name | Meaning |
|---|---|
| Authentication | The method of authentication to use for the API request, either Basic Auth or JWT Token. |
| MessageID | The ID of the mail conversation containing the entry to delete. |
| Entry ID | The ID of the specific mail entry to delete within the conversation. |
Output
JSON
id- The ID of the deleted mail entry or confirmation of deletion.status- Status of the delete operation, typically success or failure message.
Dependencies
- Requires authentication credentials for HumHub API, either Basic Auth or JWT Token.
Troubleshooting
- Ensure that both MessageID and Entry ID are provided and valid; missing or incorrect IDs will cause errors.
- Authentication errors may occur if credentials are invalid or expired; verify the API key or token.
- API rate limits or permissions might prevent deletion; check user permissions and API limits.
Links
- HumHub Mail Entry API Documentation - Official API documentation for managing mail entries in HumHub.
