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 allows you to delete a specific Rack Storage by its ID in the AvantGuard Hudu system. It is useful in scenarios where you need to automate the removal of rack storage records, such as cleaning up outdated or decommissioned storage entries from your inventory management workflows.
Practical Example:
You might use this node in an automation that synchronizes your asset database with Hudu, automatically deleting rack storage entries when they are removed from your primary system.
Properties
| Name | Type | Meaning |
|---|---|---|
| Id | Number | ID of the requested rack storage to delete. |
Output
- The node will output a JSON object reflecting the result of the deletion operation. Typically, this may include a status message or confirmation of deletion, but the exact structure depends on the API's response for a DELETE request.
- No binary data is produced.
Dependencies
- External Service: Requires access to the AvantGuard Hudu API.
- API Key/Credentials: Needs valid
avantguardHuduApicredentials configured in n8n, including the base URL and authentication details. - n8n Configuration: Ensure the credentials are set up under the name
avantguardHuduApi.
Troubleshooting
- Invalid or Missing ID: If the provided "Id" does not exist or is missing, the API may return a "Not Found" or similar error. Double-check the ID value.
- Authentication Errors: If credentials are incorrect or missing, you may see errors like "Unauthorized" or "Forbidden." Ensure your API key and base URL are correct.
- Connection Issues: Network problems or incorrect base URL can lead to connection errors. Verify connectivity and configuration.
Links and References
- Hudu API Documentation (for reference on expected responses)
- n8n Credentials Documentation
- AvantGuard - Hudu Node on n8n (if available)