Dendreo icon

Dendreo

Interact with Dendreo API - Optimized for performance

Actions65

Overview

This node interacts with the Dendreo API to manage public sessions in the catalogue. Specifically, the 'Delete Public Session' operation allows users to delete a specified public session by its ID. This is useful for maintaining an up-to-date catalogue by removing sessions that are no longer available or relevant.

Use Case Examples

  1. Deleting a public session from the catalogue by specifying its ID to keep the session list current.
  2. Automating the removal of outdated public sessions in a training management workflow.

Properties

Name Meaning
Public Session The public session to operate on, identified either from a selectable list or by specifying its ID.
Record ID The ID of the record, required for operations like delete, get, or update when not using resource locators.

Output

JSON

  • json - The JSON response from the Dendreo API after attempting to delete the public session, typically confirming deletion or providing error details.

Dependencies

  • Requires an API key credential for the Dendreo API, including the user's slug for API endpoint construction.

Troubleshooting

  • Common errors include missing or invalid ID for the public session, which will cause the operation to fail with an error indicating the ID is required.
  • Authentication failures due to incorrect API key or permissions will result in a 401 error message advising to check credentials.
  • A 404 error indicates the specified public session was not found or the endpoint does not exist, suggesting the ID may be incorrect or the session already deleted.
  • A 403 error indicates permission issues, advising to verify user permissions for deleting public sessions.

Discussion