Connect Secure icon

Connect Secure

Consume Connect Secure API

Actions222

Overview

This node allows users to delete a specific Discovery Setting in the Connect Secure system by providing the unique identifier of that setting. It is useful for managing and cleaning up discovery configurations that are no longer needed or were created in error. For example, an administrator can automate the removal of outdated discovery settings as part of a maintenance workflow.

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 Discovery Setting to delete

Output

The node outputs JSON data representing the response from the API after attempting to delete the specified Discovery Setting. This typically includes confirmation of deletion or error details if the operation failed. There is no binary output.

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 discovery settings.
  • The X-USER-ID header must be provided to identify the user context for the operation.

Troubleshooting

  • Missing or invalid X USER ID header: The API may reject requests without a valid user ID header. Ensure this property is set correctly.
  • Invalid or non-existent Id: If the provided Id does not correspond to any existing discovery setting, the API will likely return an error indicating the resource was not found.
  • Authentication errors: Verify that the API key credential is configured properly and has sufficient permissions.
  • Network or connectivity issues: Confirm that the Connect Secure API endpoint is reachable from the n8n environment.

Links and References

  • Connect Secure API documentation (refer to the official API docs for detailed information on the Discovery Settings endpoints).

Discussion