Connect Secure icon

Connect Secure

Consume Connect Secure API

Actions222

Overview

This node allows you to delete a company record by its unique identifier. It is useful in scenarios where you need to programmatically remove company data from a system, such as cleaning up outdated or incorrect entries, or automating data management workflows.

For example, if you maintain a database of companies and want to automate the removal of companies that no longer meet certain criteria, this node can be integrated into your workflow to perform those deletions based on company IDs.

Properties

Name Meaning
X USER ID User Id - a required string header used for authentication or identification purposes.
Id The unique numeric identifier of the company to delete.

Output

The node outputs JSON data representing the result of the delete operation. Typically, this will include confirmation of deletion or any relevant status messages returned by the API. There is no indication that binary data is output by this node.

Dependencies

  • Requires an API key credential for authenticating with the Connect Secure API.
  • The node depends on the Connect Secure API endpoint that supports deleting a company by its ID.
  • Proper configuration of the API credentials within n8n is necessary for successful execution.

Troubleshooting

  • Missing or invalid X USER ID: If the user ID header is not provided or incorrect, the API may reject the request. Ensure the "X USER ID" property is set correctly.
  • Invalid company ID: Providing a non-existent or incorrect company ID will likely result in an error or no action. Verify the ID before running the node.
  • API authentication errors: Check that the API key credential is valid and has sufficient permissions to delete companies.
  • Network or connectivity issues: Ensure that n8n can reach the Connect Secure API endpoint without firewall or network restrictions.

Links and References

Discussion