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 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
- Deleting a catalog question by its ID to maintain an up-to-date question catalog.
- 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
- Cloud Radial API Documentation - Official documentation for the Cloud Radial API, including endpoints and usage guidelines.