AvantGuard - WebhookSite icon

AvantGuard - WebhookSite

AvantGuard - WebhookSite

Actions100

Overview

This node is designed 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, automating data management workflows, or integrating with external systems that require deletion of company records.

For example, if you maintain a CRM and want to automatically delete companies that have been marked as inactive for a long time, this node can be used within an automation workflow to perform those deletions based on company IDs.

Properties

Name Meaning
Id The unique numeric identifier of the company to delete. This property is required to specify which company record should be removed.

Output

The node outputs JSON data representing the result of the delete operation. Typically, this will include confirmation of the deletion or details about the deleted company record. The exact structure depends on the API response but generally confirms success or failure of the deletion request.

There is no indication that the node outputs binary data.

Dependencies

  • Requires an API key credential for authentication to the external service managing company data.
  • Needs the base URL of the API endpoint configured in the node credentials.
  • Depends on the external AvantGuard WebhookSite API (as indicated by the bundled code referencing @avantguardllc/n8n-openapi-node and related configuration).

Troubleshooting

  • Common issues:

    • Providing an invalid or non-existent company ID will likely result in an error or no action.
    • Missing or incorrect API credentials will cause authentication failures.
    • Network connectivity problems may prevent the node from reaching the API endpoint.
  • Error messages:

    • Authentication errors typically indicate missing or invalid API keys; verify credentials.
    • "Company not found" or similar errors suggest the provided ID does not exist; check the ID value.
    • Timeout or connection errors imply network issues; ensure the API base URL is reachable.

Links and References

Discussion