AvantGuard - ConnectSecure icon

AvantGuard - ConnectSecure

AvantGuard - ConnectSecure

Actions223

Overview

This node is designed to delete a PII (Personally Identifiable Information) scan setting by its identifier. It is useful in scenarios where you need to manage and maintain PII scanning configurations, such as removing outdated or incorrect scan settings from your system. For example, if a particular PII scan configuration is no longer relevant or was created by mistake, this node allows you to delete it programmatically within an n8n workflow.

Properties

Name Meaning
X USER ID The user identifier header value required for the API request.
Id The numeric identifier of the PII scan setting to be deleted.
  • X USER ID is sent as a custom HTTP header (X-USER-ID) with the request.
  • Id specifies which PII scan setting will be deleted.

Output

The node outputs JSON data representing the response from the deletion operation. Typically, this would include confirmation of successful deletion or error details if the operation failed. The exact structure depends on the API's response but generally includes status information.

No binary data output is expected from this node.

Dependencies

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

Troubleshooting

  • Missing or invalid X USER ID header: Ensure that the "X USER ID" property is provided and correctly set; otherwise, the API may reject the request.
  • Invalid or non-existent Id: If the specified Id does not correspond to any existing PII scan setting, the API might return a "not found" error.
  • Authentication errors: Verify that the API key credential is valid and has sufficient permissions.
  • Network issues: Check connectivity to the API base URL.
  • Unexpected API responses: Review the API documentation for error codes and messages related to deletion operations.

Links and References

Discussion