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 specified course by its ID. It is useful in scenarios where you need to programmatically remove courses from the Cloud Radial platform, such as automating course management or cleaning up outdated courses.
Use Case Examples
- Deleting a course by providing its unique Course ID to automate course lifecycle management.
- Integrating with other systems to remove courses when they are no longer relevant or needed.
Properties
| Name | Meaning |
|---|---|
| Course ID | The unique identifier of the course to be deleted, required for the delete operation. |
| Request Options | Additional settings to control the request behavior, including batching, SSL certificate validation, proxy configuration, and request timeout. |
Output
JSON
success- Indicates whether the course deletion was successful.data- Details or response data returned from the API after the delete operation.
Dependencies
- Cloud Radial API
Troubleshooting
- Ensure the Course ID is valid and exists in the Cloud Radial system to avoid errors.
- Check network connectivity and proxy settings if requests 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.
- Timeout errors may occur if the server is slow to respond; adjust the timeout setting accordingly.
Links
- Cloud Radial API Documentation - Official API documentation for Cloud Radial, useful for understanding available endpoints and request formats.