Cogfy Tables icon

Cogfy Tables

Interact with Cogfy Tables API for collections, records, and fields management

Overview

This node operation deletes a specific user contact by its unique identifier. It is useful in scenarios where you need to remove outdated or incorrect contact information from your system, such as cleaning up user databases or managing contact lists dynamically.

For example, if you maintain a CRM and want to automate the removal of contacts that are no longer relevant or have been marked for deletion, this node operation can be integrated into your workflow to perform that task efficiently.

Properties

Name Meaning
User Contact Id The ID of the user contact to be deleted

Output

The output will typically contain JSON data confirming the deletion status of the specified user contact. This may include success confirmation or details about the deleted contact. No binary data output is expected.

Dependencies

  • Requires an API key credential for authentication with the external service managing user contacts.
  • The node uses a base URL configured in the credentials to send requests to the appropriate API endpoint.

Troubleshooting

  • Common issues:
    • Providing an invalid or non-existent User Contact Id will likely result in an error indicating that the contact could not be found.
    • Missing or incorrect API authentication credentials will cause authorization errors.
  • Error messages:
    • "User contact not found" — Verify the User Contact Id is correct and exists.
    • "Unauthorized" or "Authentication failed" — Check that the API key credential is properly set up and valid.
  • To resolve these, ensure the input User Contact Id is accurate and that the API credentials are correctly configured in n8n.

Links and References

  • Refer to the external API documentation for user contact management for detailed information on the delete operation and required permissions.
  • n8n documentation on setting up API credentials and using HTTP request nodes may also be helpful.

Discussion