Dendreo icon

Dendreo

Interact with Dendreo API - Optimized for performance

Actions65

Overview

This node interacts with the Dendreo API to manage training rooms within a training management system. Specifically, the 'Delete Training Room' operation allows users to delete a specified training room by its ID. This is useful for maintaining an up-to-date list of available training rooms by removing those that are no longer in use or needed.

Use Case Examples

  1. Deleting a training room that is no longer available to prevent it from being booked.
  2. Automating cleanup of training rooms after a training center closure.

Properties

Name Meaning
Training Room The training room to operate on, identified either from a selectable list or by specifying its ID.
Record ID The ID of the record to delete, required for delete operations.

Output

JSON

  • id - The ID of the deleted training room record.
  • result - The result or confirmation of the delete operation from the API.

Dependencies

  • Dendreo API with authentication credentials

Troubleshooting

  • Ensure the training room 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 training room was not found or the endpoint is incorrect; verify the ID and resource name.
  • Permission denied errors indicate insufficient permissions to delete the training room; check user roles and API permissions.

Discussion