AvantGuard - ConnectSecure icon

AvantGuard - ConnectSecure

AvantGuard - ConnectSecure

Actions223

Overview

This node operation deletes a specific integration rule identified by its ID. It is useful in scenarios where you need to programmatically remove outdated or incorrect integration rules from your system, ensuring that only valid and necessary rules remain active. For example, if an integration rule is no longer applicable due to changes in business logic or external API requirements, this node can automate its removal.

Properties

Name Meaning
X USER ID The user identifier required for authentication or tracking purposes in the request header.
Id The numeric identifier of the integration rule to be deleted.

Output

The output JSON typically contains the response from the deletion request. This may include confirmation of successful deletion or error details if the operation failed. The node does not output binary data.

Dependencies

  • Requires an API key credential for authentication with the AvantGuard ConnectSecure service.
  • Needs the base URL of the API endpoint configured in the node credentials.
  • Depends on the @avantguardllc/n8n-openapi-node package and the OpenAPI specification defined in openapi.json.

Troubleshooting

  • Missing or invalid X USER ID: Ensure the "X USER ID" property is correctly set; otherwise, the API may reject the request.
  • Invalid or non-existent Id: If the provided integration rule ID does not exist, the API will likely return an error indicating the resource was not found.
  • Authentication errors: Verify that the API key credential is valid and has sufficient permissions.
  • Network issues: Check connectivity to the configured base URL.
  • Error messages usually come from the API response; inspect the returned JSON for detailed error codes and messages.

Links and References

Discussion