AvantGuard - ConnectSecure icon

AvantGuard - ConnectSecure

AvantGuard - ConnectSecure

Actions223

Overview

This node operation deletes a specific Compliance Assessment by its unique identifier. It is useful in scenarios where you need to remove outdated, incorrect, or no longer relevant compliance assessments from your system. For example, an organization might use this node to automate the cleanup of compliance records after audits are completed or when assessments are invalidated.

Properties

Name Meaning
X USER ID User Id (string) - identifies the user making the request; sent as a header X-USER-ID
Id The numeric identifier of the Compliance Assessment to delete

Output

The output JSON typically contains the response from the API confirming the deletion status of the specified Compliance Assessment. This may include success confirmation or error details if the deletion failed. There is no indication that binary data is returned.

Dependencies

  • Requires an API key credential for authentication with the AvantGuard ConnectSecure service.
  • Needs the base URL of the API configured in the node credentials.
  • The node sends HTTP requests with appropriate headers including Accept: application/json, Content-Type: application/json, and the custom X-USER-ID header.

Troubleshooting

  • Missing or invalid X USER ID header: The API may reject the request if the user ID header is missing or incorrect. Ensure the user ID is provided and valid.
  • Invalid or non-existent Compliance Assessment Id: If the id does not correspond to any existing assessment, the API will likely return an error indicating the resource was not found.
  • Authentication errors: If the API key or base URL is misconfigured, the request will fail. Verify credentials and endpoint settings.
  • Network issues: Connectivity problems can cause request failures; check network access to the API endpoint.

Links and References

Discussion