AvantGuard - Hudu icon

AvantGuard - Hudu

AvantGuard - Hudu

Actions109

Overview

This node allows you to delete a specific Relation in the Hudu system by its unique ID. It is useful in scenarios where you need to programmatically remove relationships between entities (such as contacts, companies, or assets) managed within Hudu. For example, if an integration or automation detects that a relationship is no longer valid, this node can be used to clean up the data accordingly.

Properties

Name Type Meaning
Id Number ID of the Relation to be deleted. This uniquely identifies which relation will be removed from Hudu.

Output

  • The node outputs a JSON object indicating the result of the deletion operation. The exact structure may depend on the API's response, but typically it would include confirmation of deletion or relevant status information.
  • No binary data is output by this operation.

Dependencies

  • External Service: Requires access to a Hudu instance with API enabled.
  • API Key/Credentials: Needs n8n credentials named avantguardHuduApi with at least the baseUrl property configured.
  • n8n Configuration: Ensure the credential is set up and accessible to the workflow.

Troubleshooting

  • Missing or Invalid Credentials: If the required credentials are not provided or incorrect, the node will fail to connect to the Hudu API. Make sure the avantguardHuduApi credential is correctly configured.
  • Invalid Relation ID: Providing an ID that does not exist or has already been deleted will likely result in an error from the API, such as "Relation not found".
  • Permission Issues: The API key used must have permission to delete relations; otherwise, you may receive authorization errors.
  • Network/Connectivity Errors: If n8n cannot reach the Hudu API endpoint (e.g., due to network issues or incorrect base URL), the node will throw connection errors.

Links and References

Discussion