Actions109
- Asset Layouts Actions
- Asset Passwords Actions
- Assets Actions
- Get Assets
- Get Companies Company Id Assets
- Post Companies Company Id Assets
- Get Companies Company Id Assets Id
- Put Companies Company Id Assets Id
- Delete Companies Company Id Assets Id
- Put Companies Company Id Assets Id Archive
- Put Companies Company Id Assets Id Unarchive
- Put Companies Company Id Assets Id Move Layout
- Cards Actions
- Companies Actions
- Expirations Actions
- Exports Actions
- Folders Actions
- IP Addresses Actions
- Lists Actions
- Magic Dash Actions
- Matchers Actions
- Networks Actions
- Password Folders Actions
- Procedure Tasks Actions
- Websites Actions
- Procedures Actions
- Public Photos Actions
- Rack Storage Items Actions
- Rack Storages Actions
- Relations Actions
- Uploads Actions
- Users Actions
- Activity Logs Actions
- Articles Actions
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
- Deleting an article by ID to clean up the knowledge base.
- 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
- AvantGuard Hudu API Documentation - Delete Article - Official API documentation for deleting an article by ID in AvantGuard Hudu.