AvantGuard - DNSFilter icon

AvantGuard - DNSFilter

AvantGuard - DNSFilter

Actions277

Overview

The "Enterprise Connections Destroy" operation allows users to delete an existing enterprise connection by specifying its unique identifier. This node is useful in scenarios where you need to programmatically remove connections that are no longer needed, such as cleaning up outdated or invalid connections in an automated workflow.

Practical examples include:

  • Automatically removing enterprise connections when a user leaves an organization.
  • Cleaning up test or temporary connections after deployment or testing phases.
  • Managing lifecycle of connections in bulk via automation.

Properties

Name Meaning
Id The unique numeric ID of the enterprise connection to be deleted.

Output

The output JSON typically contains confirmation details about the deletion operation. This may include success status, any messages from the API, or metadata related to the destroyed connection. The exact structure depends on the API response but generally confirms whether the deletion was successful.

No binary data output is expected for this operation.

Dependencies

  • Requires an API key credential for authenticating with the external service managing enterprise connections.
  • The node communicates with the service's REST API endpoint configured in the node settings.
  • Proper network access and permissions to perform delete operations on enterprise connections are necessary.

Troubleshooting

  • Invalid ID error: If the provided ID does not correspond to an existing enterprise connection, the API will likely return an error indicating the resource was not found. Verify the ID before attempting deletion.
  • Authentication errors: Ensure the API key or authentication token is valid and has sufficient permissions to delete enterprise connections.
  • Network issues: Connectivity problems can cause timeouts or failures. Check network settings and API availability.
  • Permission denied: The authenticated user or token might lack rights to delete connections. Confirm roles and permissions.

Links and References

  • Refer to the external service’s API documentation for detailed information on the enterprise connections delete endpoint.
  • Consult n8n documentation on how to configure API credentials and handle HTTP request nodes for similar operations.

Discussion