AvantGuard - DNSFilter icon

AvantGuard - DNSFilter

AvantGuard - DNSFilter

Actions277

Overview

This node operation allows users to delete (destroy) a specific network by its unique identifier. It is useful in scenarios where network configurations need to be cleaned up or removed from the system, such as decommissioning old networks or managing network resources dynamically.

For example, if an administrator wants to remove a network that is no longer in use, they can provide the network's ID to this node operation to permanently delete it.

Properties

Name Meaning
Id The unique numeric identifier of the network to be deleted. This property is required.

Output

The output will typically contain JSON data confirming the deletion of the specified network. This may include status information or details about the deleted network entity. The exact structure depends on the API response but generally confirms success or failure of the destroy operation.

No binary data output is expected from this operation.

Dependencies

  • Requires an API key credential for authentication with the external service.
  • The node uses a base URL pointing to the DNSFilter API endpoint.
  • Proper configuration of the API credentials within n8n is necessary for successful execution.

Troubleshooting

  • Common Issue: Providing an invalid or non-existent network ID will likely result in an error indicating that the network could not be found.
  • Error Message: "Network not found" or similar indicates the ID does not correspond to any existing network.
  • Resolution: Verify the network ID before running the operation.
  • Authentication Errors: If the API key is missing or invalid, the node will fail to authenticate.
  • Resolution: Ensure the API key credential is correctly set up and has sufficient permissions.

Links and References

  • Refer to the official DNSFilter API documentation for detailed information on network management endpoints.
  • Consult n8n documentation on how to configure API credentials securely.

Discussion