AvantGuard - Hudu icon

AvantGuard - Hudu

AvantGuard - Hudu

Actions109

Overview

This node operation deletes an article by its ID from the AvantGuard - Hudu system. It is useful for scenarios where you need to programmatically remove outdated or incorrect articles from your knowledge base or documentation repository. For example, if an article is no longer relevant or was created by mistake, this operation allows you to delete it by specifying its unique ID.

Use Case Examples

  1. Deleting an article by ID to clean up the knowledge base.
  2. Automating the removal of deprecated articles in a documentation workflow.

Properties

Name Meaning
Id The unique identifier of the article to be deleted. This is a required numeric input property used to specify which article should be removed.

Output

JSON

  • success - Indicates whether the article deletion was successful.
  • message - Provides additional information or confirmation about the deletion operation.

Dependencies

  • Requires an API key credential for AvantGuard - Hudu to authenticate requests.

Troubleshooting

  • Ensure the provided article ID exists; otherwise, the deletion will fail with an error indicating the article was not found.
  • Verify that the API credentials are correctly configured and have sufficient permissions to delete articles.
  • Check network connectivity and base URL configuration to ensure the API endpoint is reachable.

Links

Discussion