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 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
- Deleting a topic by specifying its ID to remove it from the platform.
- 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
- HumHub API Documentation - Topics - Official API documentation for managing topics in HumHub, including deletion.
