Actions16
- Quote Preferences Actions
- Quotes Actions
- Quote Access List Actions
- Quote Line Items Actions
- Quote Sections Actions
Overview
This node operation deletes a specific share entry from a quote's access list in the Pax8 quoting system. It is useful when you want to revoke or remove a user's or entity's access permission to view or modify a particular quote. For example, if a quote was previously shared with a partner or colleague but that access should no longer be valid, this operation removes that share entry.
Properties
| Name | Meaning |
|---|---|
| Quote Id | The unique identifier of the quote from which the access list entry will be deleted. |
| Access List Entry Id | The unique identifier of the specific access list entry (share entry) to delete. |
Output
The output JSON typically contains confirmation of the deletion action. This may include status information or an empty response indicating successful removal of the share entry. No binary data is expected from this operation.
Dependencies
- Requires an API key credential for authenticating with the Pax8 quoting API.
- The node uses the base URL
https://api.pax8.comand expects JSON content-type headers. - The node depends on the external package
@avantguardllc/n8n-openapi-nodefor building request properties and handling API interactions.
Troubleshooting
- Invalid Quote Id or Access List Entry Id: If either ID does not exist or is incorrect, the API will likely return an error indicating the resource was not found. Verify the IDs before attempting deletion.
- Authentication Errors: Missing or invalid API credentials will cause authentication failures. Ensure the API key credential is correctly configured.
- Permission Issues: The authenticated user must have sufficient permissions to delete share entries. Lack of authorization will result in errors.
- Network or API Downtime: Connectivity issues or Pax8 API downtime can cause request failures. Retry after some time or check network settings.
Links and References
- Pax8 API Documentation (general reference for API endpoints)
- n8n Documentation for configuring credentials and using custom nodes