AvantGuard - DNSFilter icon

AvantGuard - DNSFilter

AvantGuard - DNSFilter

Actions277

Overview

This node operation allows users to cancel a distributor organization by sending a cancellation request with specific details. It is useful in scenarios where an organization associated with a distributor needs to be deactivated or removed from the system. For example, if a company no longer wants to maintain a partnership or subscription with a distributor, this operation can be used to programmatically cancel that organization's status.

Properties

Name Meaning
Body JSON object containing additional data or parameters required for the cancellation request. This is sent as query parameters.
Id The unique numeric identifier of the organization to be canceled.

Output

The output will contain a JSON object representing the response from the cancellation API call. This typically includes confirmation of the cancellation or any relevant status messages. There is no indication that binary data is returned by this operation.

Dependencies

  • Requires an API key credential for authentication with the AvantGuard DNSFilter service.
  • The base URL for API requests is https://api.dnsfilter.com.
  • The node expects JSON content type and accepts JSON responses.

Troubleshooting

  • Missing or invalid organization ID: Ensure the "Id" property is provided and corresponds to a valid organization.
  • Invalid or malformed JSON in Body: The "Body" property must be valid JSON; otherwise, the request may fail.
  • Authentication errors: Verify that the API key credential is correctly configured and has necessary permissions.
  • Network or API errors: Check connectivity to the API endpoint and ensure the service is operational.

Links and References

Discussion