Cloud Radial icon

Cloud Radial

Interact with Cloud Radial API

Actions64

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

  1. Automatically unenroll users from a course when they complete certain criteria.
  2. 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

Discussion