Actions65
- Actions de Formation Actions
- Catalogue Public (Sessions) Actions
- Centres de Formation Actions
- Contacts Actions
- Entreprises Actions
- Factures Actions
- Formateurs Actions
- Modules/Produits Actions
- Participants Actions
- Sessions Permanentes Actions
- Salles de Formation Actions
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
- Deleting a participant who has withdrawn from a training session by specifying their participant ID.
- 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.