Cloud Radial icon

Cloud Radial

Interact with Cloud Radial API

Actions64

Overview

This node interacts with the Cloud Radial API to delete a specific catalog question identified by its Question ID. It is useful in scenarios where you need to programmatically remove outdated or incorrect questions from a catalog, such as in automated content management or system cleanup workflows.

Use Case Examples

  1. Deleting a catalog question by its ID to maintain an up-to-date question catalog.
  2. Automating the removal of questions that are no longer relevant or have been replaced.

Properties

Name Meaning
Question ID The ID of the catalog question to be deleted, required to specify which question to remove.
Request Options Additional settings for the request such as batching, SSL certificate validation, proxy configuration, and timeout settings.

Output

JSON

  • success - Indicates whether the deletion of the catalog question was successful.
  • message - Additional information or confirmation message about the deletion operation.

Dependencies

  • Cloud Radial API

Troubleshooting

  • Ensure the Question ID provided is valid and exists in the catalog; otherwise, the API may return an error indicating the question was not found.
  • Check network connectivity and proxy settings if requests fail to reach the Cloud Radial API.
  • If SSL certificate validation fails and the request is rejected, consider enabling the 'Ignore SSL Issues' option cautiously.
  • Timeout errors may occur if the server is slow to respond; adjust the timeout setting accordingly.

Links

Discussion