Actions64
- Archive Item Actions
- Article Actions
- Assessment Actions
- Catalog Actions
- Catalog Question Actions
- Company Actions
- Course Actions
- Course Enrollment Actions
- Domain Actions
- Endpoint Actions
- Flexible Asset Actions
- Flexible Asset Type Actions
- Media Actions
- Service Actions
- Service Install Actions
- Token Actions
- User Actions
Overview
This node interacts with the Cloud Radial API to delete a specific course enrollment by its Enrollment ID. It is useful in scenarios where you need to manage course enrollments programmatically, such as removing a user's enrollment from a course in an automated workflow.
Use Case Examples
- Automatically unenroll users from a course when they complete certain criteria.
- Batch delete multiple course enrollments based on external triggers or data updates.
Properties
| Name | Meaning |
|---|---|
| Enrollment ID | The ID of the enrollment to be deleted, required to identify which enrollment to remove. |
| Request Options | Additional options to customize the request such as batching, SSL certificate validation, proxy settings, and timeout duration. |
Output
JSON
success- Indicates whether the deletion of the course enrollment was successful.message- Additional information or confirmation message about the deletion operation.
Dependencies
- Cloud Radial API
Troubleshooting
- Ensure the Enrollment ID is correct and exists in the system; otherwise, the deletion will fail.
- Check network connectivity and proxy settings if requests time out or fail to reach the API.
- If SSL certificate validation errors occur, consider enabling the option to ignore SSL issues, but be aware of security risks.
- Batching settings should be configured properly to avoid overwhelming the API or hitting rate limits.
Links
- Cloud Radial API Documentation - Official documentation for the Cloud Radial API, including endpoints and usage guidelines.