AvantGuard - ConnectSecure icon

AvantGuard - ConnectSecure

AvantGuard - ConnectSecure

Actions223

Overview

This node operation deletes a specific Discovery Setting by its unique identifier. It is useful in scenarios where you need to programmatically remove outdated or incorrect discovery configurations from your system, ensuring that only relevant settings remain active. For example, if a discovery setting is no longer valid or was created by mistake, this node can be used to delete it efficiently.

Properties

Name Meaning
X USER ID User Id (string) - identifies the user making the request; sent as a header X-USER-ID
Id id (number) - the unique identifier of the Discovery Setting to delete

Output

The output JSON typically contains the response from the API after attempting to delete the specified Discovery Setting. This may include confirmation of 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.
  • The base URL for the API must be configured in the node credentials.
  • The node sends HTTP requests with appropriate headers including Accept: application/json and Content-Type: application/json.

Troubleshooting

  • Missing or invalid X USER ID header: Ensure the "X USER ID" property is provided and correctly set, as it is required for authorization.
  • Invalid or non-existent Id: If the specified Discovery Setting 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 to delete discovery settings.
  • Network or connectivity issues: Check network access to the configured base URL and ensure no firewall or proxy is blocking requests.

Links and References

Discussion