HumHub icon

HumHub

Consume HumHub API (v.0.1.8)

Actions126

Overview

This node operation deletes a specific task list in the HumHub system by its ID. It is useful for automating the removal of task lists that are no longer needed or relevant, helping to keep the task management system clean and organized. For example, a user can delete a completed project task list or remove outdated task lists automatically based on certain triggers.

Use Case Examples

  1. Deleting a task list by specifying its ID to remove it from the system.
  2. Automating cleanup of task lists after project completion.

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 task list to be deleted.

Output

JSON

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

Dependencies

  • HumHub API (v.1)

Troubleshooting

  • Ensure the provided task list ID exists; otherwise, the API will return an error indicating the task list was not found.
  • Verify that the authentication credentials (Basic Auth or JWT Token) are correctly configured and valid to avoid authorization errors.
  • If the node fails with a network error, check the API endpoint accessibility and network connectivity.

Links

Discussion