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
The "Delete List" operation for the "Lists" resource in this custom n8n node allows users to delete a specific list by its ID from the connected AvantGuard Hudu service. This is useful in scenarios where you need to automate the cleanup or management of lists within your Hudu environment, such as removing outdated or unnecessary lists as part of a workflow.
Practical Example:
You might use this node in an automation that regularly audits and deletes lists that meet certain criteria (e.g., empty lists, lists older than a certain date) to keep your Hudu instance organized.
Properties
| Name | Type | Meaning |
|---|---|---|
| Id | Number | ID of the List to delete. This is required and specifies which list will be removed from Hudu. |
Output
- The output will typically be a JSON object reflecting the result of the delete operation.
- The structure may include confirmation of deletion or error information if the operation fails.
- No binary data is produced by this operation.
Dependencies
- External Service: Requires access to the AvantGuard Hudu API.
- API Credentials: You must configure the node with valid
avantguardHuduApicredentials, including the base URL (baseUrl) for your Hudu instance. - n8n Configuration: Ensure the credentials are set up in n8n under the name
avantguardHuduApi.
Troubleshooting
Common Issues:
- Invalid or Missing ID: If the provided Id does not correspond to an existing list, the operation may fail with a "Not Found" or similar error.
- Authentication Errors: If the API credentials are missing or incorrect, you may receive authentication or authorization errors.
- Network/Connection Issues: Problems connecting to the Hudu API endpoint can cause timeouts or connection errors.
Error Messages & Resolutions:
"401 Unauthorized": Check your API credentials and ensure they are correct and active."404 Not Found": Verify that the Id provided matches an existing list in Hudu."500 Internal Server Error": This may indicate a problem on the Hudu server side; try again later or contact support.
Links and References
- Hudu API Documentation (for reference on endpoints and expected responses)
- n8n Documentation: Custom Nodes
- AvantGuard GitHub (for updates and support)