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 Item by its ID in the AvantGuard Hudu system. It is useful in scenarios where you need to automate the removal of obsolete or incorrect storage items from your inventory records. For example, if a physical rack storage item has been decommissioned or was entered in error, this node can be used within an n8n workflow to ensure your Hudu data remains accurate and up-to-date.
Properties
| Name | Type | Meaning |
|---|---|---|
| Id | Number | ID of the Rack Storage Item that needs to be deleted. (Required field.) |
Output
The output will typically contain a JSON object reflecting the result of the deletion operation. This may include confirmation of deletion or details about the deleted item, depending on the API's response. No binary data is produced.
Dependencies
- External Service: Requires access to the AvantGuard Hudu API.
- API Key/Credentials: You must configure the
avantguardHuduApicredentials in n8n, including thebaseUrlfor your Hudu instance. - n8n Configuration: Ensure the node is properly authenticated with valid API credentials.
Troubleshooting
- Invalid or Missing ID: If the provided "Id" does not exist or is missing, the API may return an error such as "Not Found" or "Missing required parameter." Double-check the ID value.
- Authentication Errors: If credentials are incorrect or missing, you may see errors like "401 Unauthorized." Verify your API key and base URL.
- Network Issues: Connectivity problems between n8n and the Hudu API endpoint could cause timeouts or connection errors.