Dendreo icon

Dendreo

Interact with Dendreo API - Optimized for performance

Actions65

Overview

This node operation deletes a company record from the Dendreo system. It is useful in scenarios where a company needs to be removed from the database, such as when a company is no longer active or relevant. For example, a user can select a company by its ID or from a list and delete it to keep the company records up to date.

Use Case Examples

  1. Deleting a company that has gone out of business.
  2. Removing duplicate company entries from the system.

Properties

Name Meaning
Company The company to work with, selected either from a list or by specifying its ID.
Record ID The ID of the record to delete, required for the delete operation.

Output

JSON

  • json - The JSON response from the API after attempting to delete the company, which may include success confirmation or error details.

Dependencies

  • Requires an API key credential for the Dendreo API, identified as 'dendreoApi' in the node configuration.

Troubleshooting

  • Ensure the company ID is provided; otherwise, the node will throw an error indicating the ID is required for the delete operation.
  • Authentication errors (HTTP 401) indicate invalid or missing API credentials; verify the API key and permissions.
  • A 404 error means the company was not found or the endpoint does not exist; check the company ID and resource path.
  • A 403 error indicates permission issues; ensure the API key has the necessary permissions to delete companies.

Discussion