Connect Secure icon

Connect Secure

Consume Connect Secure API

Actions222

Overview

This node is designed to delete a specific Compliance Assessment record via the Connect Secure API. It is useful in scenarios where you need to programmatically remove outdated or incorrect compliance assessments from your system. For example, if a compliance assessment was created by mistake or is no longer relevant, this node can automate its deletion based on the provided assessment ID.

Properties

Name Meaning
X USER ID User Id header value to identify the user making the request. This is required and sent as an HTTP header named X-USER-ID.
Id The numeric identifier of the Compliance Assessment to delete. This is required to specify which assessment should be removed.

Output

The node outputs JSON data representing the response from the API after attempting to delete the specified Compliance Assessment. Typically, this will include confirmation of deletion or error details if the operation failed. There is no indication that the node outputs binary data.

Dependencies

  • Requires an API key credential for authenticating with the Connect Secure API.
  • The node depends on the Connect Secure API being accessible and the user having appropriate permissions to delete compliance assessments.
  • No additional environment variables or external services are explicitly required beyond the API authentication.

Troubleshooting

  • Missing or invalid X USER ID header: The API may reject requests without a valid user ID header. Ensure the "X USER ID" property is correctly set.
  • Invalid or non-existent Id: If the provided assessment ID does not exist, the API will likely return an error indicating the resource was not found.
  • Authentication errors: If the API key credential is missing or invalid, the node will fail to authenticate.
  • API connectivity issues: Network problems or API downtime will cause the node to fail; verify network access and API status.
  • Permission denied: The authenticated user might lack permission to delete assessments; check user roles and permissions.

Links and References

Discussion