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 interacts with the Dendreo API to manage trainers (formateurs) within the Dendreo platform. Specifically, the 'Delete Trainer' operation allows users to delete a trainer record by specifying the trainer's ID. This is useful for maintaining an up-to-date list of trainers by removing those who are no longer active or relevant. For example, an organization can automate the removal of trainers who have left the company or are no longer providing training services.
Use Case Examples
- Deleting a trainer by selecting from a list of trainers.
- Deleting a trainer by specifying the trainer's ID directly.
Properties
| Name | Meaning |
|---|---|
| Trainer | The trainer to operate on, selected either from a list or by specifying the trainer's ID. |
| Record ID | The ID of the record to delete, required for the delete operation. |
Output
JSON
json- The JSON response from the Dendreo API after attempting to delete the trainer, which may include success confirmation or error details.
Dependencies
- Requires an API key credential for the Dendreo API, including the 'slug' for the API URL.
Troubleshooting
- Ensure the trainer ID is provided; otherwise, the node will throw an error indicating the ID is required for the delete operation.
- Authentication errors (HTTP 401) indicate issues with the API key or permissions; verify the API key and its permissions.
- A 404 error means the specified trainer was not found or the endpoint does not exist; check the trainer ID and resource path.
- A 403 error indicates permission denial; ensure the API key has the necessary permissions to delete trainers.