AvantGuard - ConnectSecure icon

AvantGuard - ConnectSecure

AvantGuard - ConnectSecure

Actions223

Overview

This node operation allows users to delete a custom profile from an external scanning service. It is useful in scenarios where you need to programmatically remove user-specific profiles or configurations that are no longer needed or valid. For example, if a user account is deactivated or a profile becomes obsolete, this operation can be used to clean up associated data automatically.

Properties

Name Meaning
X USER ID The User Id header value required for authentication or identification of the user.
Id The numeric identifier of the custom profile to be deleted.

Output

The output of this node operation typically contains JSON data indicating the result of the deletion request. This may include success confirmation or error details returned by the external API. There is no indication that binary data is returned by this operation.

Dependencies

  • Requires an API key credential for authenticating requests to the external scanning service.
  • The base URL for the API must be configured in the node credentials.
  • The node uses HTTP headers, including a custom "X-USER-ID" header, to identify the user context for the deletion.

Troubleshooting

  • Missing or invalid X USER ID: If the "X USER ID" header is not provided or incorrect, the API may reject the request. Ensure this property is set correctly.
  • Invalid Id: Providing an invalid or non-existent profile Id will likely cause the API to return an error indicating the resource was not found.
  • Authentication errors: If the API key credential is missing or invalid, the request will fail with an authentication error.
  • API endpoint issues: Network problems or incorrect base URL configuration can cause request failures.

To resolve these issues:

  • Double-check all input properties and credentials.
  • Verify the API base URL and network connectivity.
  • Consult the external service's API documentation for specific error codes and messages.

Links and References

  • Refer to the external scanning service’s official API documentation for detailed information on the delete custom profile endpoint.
  • n8n documentation on how to configure API credentials and use HTTP headers in nodes.

Discussion