HumHub icon

HumHub

Consume HumHub API (v.0.1.8)

Actions126

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

  1. Deleting a specific mail entry from a conversation to remove outdated information.
  2. 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

Discussion