AvantGuard - Hudu icon

AvantGuard - Hudu

AvantGuard - Hudu

Actions109

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 avantguardHuduApi credentials 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

Discussion