Cloud Radial icon

Cloud Radial

Interact with Cloud Radial API

Actions64

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

  1. Deleting a course by providing its unique Course ID to automate course lifecycle management.
  2. 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

Discussion