Actions28
- Companies Actions
- Products Actions
- Orders Actions
- Subscriptions Actions
- Contacts Actions
- Invoices Actions
- Usage Summaries Actions
Overview
This node is designed to delete a contact from a specified company within the AvantGuard Pax8 Partner system. It is useful in scenarios where you need to programmatically remove outdated or incorrect contact information associated with a company, such as cleaning up CRM data or managing user access.
For example, if a contact leaves an organization or should no longer receive communications, this node can be used to delete that contact by specifying the company and contact identifiers.
Properties
| Name | Meaning |
|---|---|
| Company Id | The unique identifier of the company from which the contact will be deleted. |
| Contact Id | The unique identifier of the contact to be deleted from the specified company. |
Output
The node outputs JSON data representing the result of the delete operation. Typically, this would include confirmation of successful deletion or details about any errors encountered. There is no indication that binary data is output by this node.
Dependencies
- Requires an API key credential for authenticating with the AvantGuard Pax8 Partner API.
- The node makes HTTP requests to the base URL
https://api.pax8.com/v1. - Proper configuration of the API authentication credentials in n8n is necessary.
Troubleshooting
Common issues:
- Invalid or missing Company Id or Contact Id may cause the API to reject the request.
- Authentication failures due to incorrect or expired API keys.
- Network connectivity problems preventing access to the API endpoint.
Error messages:
- Unauthorized or 401 errors indicate issues with API credentials; verify and update the API key.
- 404 Not Found errors may mean the specified company or contact does not exist.
- 400 Bad Request errors could result from malformed input parameters; ensure IDs are correctly formatted.
Links and References
- AvantGuard Pax8 Partner API Documentation (general reference for API endpoints and usage)