Dendreo icon

Dendreo

Interact with Dendreo API - Optimized for performance

Actions65

Overview

This node interacts with the Dendreo API to manage training centers, specifically supporting the deletion of a training center. It is useful in scenarios where an organization needs to programmatically remove a training center record from their Dendreo system, such as cleaning up outdated or incorrect entries. For example, an automation workflow could delete a training center when it is no longer active or relevant.

Use Case Examples

  1. Deleting a training center by selecting it from a list or specifying its ID to remove it from the Dendreo system.
  2. Automating the removal of training centers as part of a data maintenance routine.

Properties

Name Meaning
Training Center The training center to operate on, selectable 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 Dendreo API after attempting to delete the training center, which may include success confirmation or error details.

Dependencies

  • Requires an API key credential for Dendreo API authentication.

Troubleshooting

  • Ensure the 'Training Center' or 'Record ID' is correctly specified; missing or incorrect IDs will cause errors.
  • Authentication errors (HTTP 401) indicate invalid or missing API credentials; verify the API key and permissions.
  • HTTP 404 errors mean the specified training center was not found or the endpoint does not exist; check the ID and resource name.
  • HTTP 403 errors indicate permission issues; ensure the API key has the necessary rights to delete training centers.

Discussion