AvantGuard - ConnectSecure icon

AvantGuard - ConnectSecure

AvantGuard - ConnectSecure

Actions223

Overview

This node operation deletes a company mapping within the "Integration" resource. It is useful when you need to remove an existing company mapping record identified by its unique ID. Typical scenarios include cleaning up outdated or incorrect mappings in your integration system, or automating the removal of company data as part of a workflow.

For example, if you have a list of company mappings and want to delete one based on user input or another trigger, this node operation can be used to perform that deletion via an API call.

Properties

Name Meaning
X USER ID The user identifier header value required for authentication or tracking purposes.
Id The numeric identifier of the company mapping to delete.
  • X USER ID is sent as a request header named X-USER-ID.
  • Id is the path or query parameter specifying which company mapping to delete.

Output

The output JSON will typically contain the response from the API after attempting to delete the company mapping. This may include confirmation of deletion or error details if the operation failed.

No binary data output is expected from this operation.

Dependencies

  • Requires an API key credential for authentication with the AvantGuard ConnectSecure service.
  • The base URL for the API is configured via credentials.
  • The node uses the @avantguardllc/n8n-openapi-node package and an OpenAPI specification (openapi.json) bundled internally to build requests.

Troubleshooting

  • Missing or invalid X USER ID header: Ensure the "X USER ID" property is provided and correctly set; otherwise, the API may reject the request.
  • Invalid or non-existent Id: If the specified company mapping ID does not exist, the API will likely return an error indicating the resource was not found.
  • Authentication errors: Verify that the API key credential is valid and has sufficient permissions.
  • Network or connectivity issues: Confirm that the base URL is reachable and correct.

Links and References

Discussion