AvantGuard - DNSFilter icon

AvantGuard - DNSFilter

AvantGuard - DNSFilter

Actions277

Overview

This node operation deletes (destroys) an organization record identified by a specific MSP customer ID. It is useful in scenarios where you need to remove an organization's data from the system, for example, when a customer relationship ends or the organization no longer requires services.

A practical example would be automating cleanup of customer records after contract termination, ensuring that all associated subscription information can optionally be cleared as well.

Properties

Name Meaning
Id The unique MSP customer ID of the organization to delete. This is a required numeric value.
Additional Query Parameters Optional parameters to customize the deletion request. Currently supports:
- Clear Subscription Info Boolean flag indicating whether to clear subscription information tied to the customer. Defaults to true.

Output

The output JSON will typically contain the response from the API confirming the deletion status of the organization. It may include success confirmation or error details if the deletion failed.

No binary data output is expected from this operation.

Dependencies

  • Requires an API key credential for authentication with the external service managing organizations.
  • The node uses a base URL https://api.dnsfilter.com and expects JSON content-type headers.
  • Proper configuration of the API credentials within n8n is necessary for successful execution.

Troubleshooting

  • Common issues:

    • Providing an invalid or non-existent MSP customer ID will result in errors or no action.
    • Missing or incorrect API authentication credentials will cause authorization failures.
    • Network connectivity problems can prevent the node from reaching the API endpoint.
  • Error messages:

    • Authorization errors indicate missing or invalid API keys; verify credential setup.
    • "Not Found" errors suggest the specified organization ID does not exist.
    • Validation errors may occur if required properties like the ID are omitted or incorrectly typed.

Resolving these usually involves verifying input values, checking API credentials, and ensuring network access.

Links and References

Discussion