HumHub icon

HumHub

Consume HumHub API (v.0.1.8)

Actions126

Overview

This node operation deletes a topic in the HumHub platform by its ID. It is useful for automating the removal of topics from a HumHub community, such as cleaning up outdated or irrelevant discussion topics.

Use Case Examples

  1. Deleting a topic by specifying its ID to remove it from the platform.
  2. Automating topic management by deleting topics based on certain workflow conditions.

Properties

Name Meaning
Authentication Method of authentication to use for the API request (Basic Auth or JWT Token).
ID The unique identifier of the topic to be deleted.

Output

JSON

  • id - The ID of the deleted topic.
  • status - Status or confirmation of the deletion operation.

Dependencies

  • HumHub API

Troubleshooting

  • Ensure the provided topic ID exists; otherwise, the API will return an error indicating the topic was not found.
  • Verify that the authentication credentials (Basic Auth or JWT Token) are valid and have sufficient permissions to delete topics.
  • Common error messages include authorization errors (due to invalid credentials) and not found errors (due to invalid topic ID). Resolving these involves checking credentials and topic ID correctness.

Links

Discussion