AvantGuard - DNSFilter icon

AvantGuard - DNSFilter

AvantGuard - DNSFilter

Actions277

Overview

The node provides functionality to bulk delete (destroy) network resources in the context of a specified organization. This operation is useful when you need to remove multiple networks at once, for example, cleaning up obsolete or unused network entries in your system. It streamlines management by allowing batch deletion rather than removing networks one by one.

A practical example would be an administrator who wants to delete all networks associated with a particular organization after a project ends or during reorganization.

Properties

Name Meaning
Additional Query Parameters Optional parameters to customize the request. Currently supports: Organization Id (number) - required if deleting all networks (ids set to 'all').

Output

The node outputs JSON data representing the result of the bulk destroy operation on networks. This typically includes confirmation of which networks were deleted or any errors encountered during the process.

No binary data output is indicated.

Dependencies

  • Requires an API key credential for authentication with the external service.
  • The base URL for API requests is https://api.dnsfilter.com.
  • Uses the @avantguardllc/n8n-openapi-node package for building properties and handling OpenAPI-based requests.
  • Requires proper configuration of credentials within n8n to authenticate API calls.

Troubleshooting

  • Missing Organization Id: If attempting to delete all networks (ids = 'all'), the Organization Id must be provided; otherwise, the API call will fail.
  • Authentication Errors: Ensure that the API key credential is correctly configured and has sufficient permissions.
  • Network Not Found: Trying to delete networks that do not exist may result in errors or partial success responses.
  • API Rate Limits: Bulk operations might hit rate limits; consider splitting requests if encountering throttling errors.

Links and References

Discussion