Dendreo icon

Dendreo

Interact with Dendreo API - Optimized for performance

Actions65

Overview

This node interacts with the Dendreo API to manage permanent sessions, specifically supporting the deletion of a permanent session by its ID. It is useful in scenarios where users need to programmatically remove permanent session records from their Dendreo account, such as cleaning up outdated or incorrect session data.

Use Case Examples

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

Properties

Name Meaning
Permanent Session The permanent session to operate on, selectable either 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 permanent session, which may include success confirmation or error details.

Dependencies

  • Requires an API key credential for Dendreo API authentication.

Troubleshooting

  • Ensure the permanent session ID or record ID is provided; missing 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 permanent session was not found or the endpoint does not exist; check the session ID and resource path.
  • HTTP 403 errors indicate permission issues; ensure the API key has the necessary rights to delete permanent sessions.

Discussion