Dendreo icon

Dendreo

Interact with Dendreo API - Optimized for performance

Actions65

Overview

This node operation deletes a participant record from the Dendreo system using the participant's ID. It is useful in scenarios where you need to remove participant data, such as managing event attendees or training session participants. For example, if a participant cancels their registration, this node can be used to delete their record from the database.

Use Case Examples

  1. Deleting a participant who has withdrawn from a training session by specifying their participant ID.
  2. Removing outdated or duplicate participant records from the system.

Properties

Name Meaning
Participant The participant to work with, identified either from a selectable list or by specifying the participant ID directly.

Output

JSON

  • json - The JSON response from the API after deleting the participant, typically confirming the deletion or providing status information.

Dependencies

  • Requires an API key credential for Dendreo API authentication.

Troubleshooting

  • Ensure the participant ID is provided; otherwise, the node will throw an error indicating the ID is required for the delete operation.
  • Authentication errors (HTTP 401) indicate invalid or missing API credentials; verify the API key and permissions.
  • A 404 error means the participant was not found or the endpoint does not exist; check the participant ID and resource path.
  • A 403 error indicates permission issues; ensure the API key has the necessary rights to delete participants.

Discussion