AvantGuard - ConnectSecure icon

AvantGuard - ConnectSecure

AvantGuard - ConnectSecure

Actions223

Overview

This node operation deletes a specific Attack Surface Domain by its unique identifier. It is useful in scenarios where you need to programmatically remove outdated, compromised, or irrelevant domain entries from your attack surface management system. For example, security teams can automate the cleanup of domains that are no longer monitored or have been decommissioned.

Properties

Name Meaning
X USER ID User Id (string) used as a header for authentication or identification purposes. This value is required.
Id The numeric identifier of the Attack Surface Domain to delete. This is a required field.

Output

The output JSON typically contains the response from the API after attempting to delete the specified domain. This may include confirmation of deletion or error details if the operation failed. No binary data output is expected.

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 external AvantGuard ConnectSecure API to perform the delete operation.

Troubleshooting

  • Missing or invalid X USER ID: The API call will fail if the user ID header is missing or incorrect. Ensure the "X USER ID" property is set correctly.
  • Invalid Id: If the provided domain ID does not exist or is invalid, the API will return an error. Verify the ID before attempting deletion.
  • Authentication errors: Check that the API key credential is valid and has sufficient permissions.
  • Network issues: Ensure connectivity to the API endpoint and that the base URL is correctly configured.
  • API rate limits or restrictions: If too many requests are made in a short time, the API might throttle or block requests.

Links and References

Discussion