Dendreo icon

Dendreo

Interact with Dendreo API - Optimized for performance

Actions65

Overview

This node interacts with the Dendreo API to manage modules/products, specifically supporting the deletion of a module. It is useful in scenarios where users need to automate the removal of modules from their Dendreo system, such as cleaning up outdated or incorrect modules. For example, a training organization might use this node to delete a module that is no longer offered.

Use Case Examples

  1. Deleting a module by selecting it from a list or by specifying its ID to remove it from the Dendreo system.
  2. Automating module management workflows by integrating module deletion into larger automation processes.

Properties

Name Meaning
Module The module to work with, 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 module, indicating success or failure details.

Dependencies

  • Dendreo API with an API key credential

Troubleshooting

  • Ensure the module ID or record ID is provided; missing ID will cause an error.
  • Authentication errors indicate invalid or missing API credentials; verify the API key and permissions.
  • A 404 error means the module or endpoint was not found; check the module ID and resource path.
  • A 403 error indicates permission issues; verify that the API key has the necessary rights to delete modules.

Discussion