AvantGuard - DNSFilter icon

AvantGuard - DNSFilter

AvantGuard - DNSFilter

Actions277

Overview

This node operation deletes a user from a specified collection. It is useful in scenarios where you need to manage access or membership within collections by removing users who no longer require access or should be revoked for any reason. For example, in a content management system or project collaboration tool, this operation can automate the removal of users from specific groups or collections.

Properties

Name Meaning
Collection Id The ID of the collection from which to delete the user. Must be a number.
Id The ID of the user to delete from the collection. Must be a number.

Output

The output JSON typically contains confirmation of the deletion action, such as a success status or details about the deleted user entry. There is no indication that binary data is returned by this operation.

Dependencies

  • Requires an API key credential for authentication with the external service managing collections and users.
  • The node uses a base URL https://api.dnsfilter.com indicating it interacts with an external DNS filtering API service.
  • Proper configuration of the API credentials in n8n is necessary for successful execution.

Troubleshooting

  • Common issues:
    • Invalid or missing collection or user IDs will cause the operation to fail.
    • Authentication errors if the API key credential is not set up correctly.
    • Network or connectivity issues with the external API endpoint.
  • Error messages:
    • "User not found" or "Collection not found" indicates incorrect IDs.
    • "Unauthorized" or "Authentication failed" suggests problems with the API key.
  • Resolutions:
    • Verify that the collection and user IDs are correct and exist.
    • Ensure the API key credential is properly configured and has sufficient permissions.
    • Check network connectivity and API service status.

Links and References

Discussion