Actions65
- Actions de Formation Actions
- Catalogue Public (Sessions) Actions
- Centres de Formation Actions
- Contacts Actions
- Entreprises Actions
- Factures Actions
- Formateurs Actions
- Modules/Produits Actions
- Participants Actions
- Sessions Permanentes Actions
- Salles de Formation Actions
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
- Deleting a company that has gone out of business.
- 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.