Cloud Radial icon

Cloud Radial

Interact with Cloud Radial API

Actions64

Overview

This node operation deletes a Flexible Asset Type in the Cloud Radial system. It is useful for scenarios where you need to remove an existing flexible asset type by specifying its unique ID. For example, if a flexible asset type is no longer needed or was created by mistake, this operation allows you to clean up the system by deleting it.

Use Case Examples

  1. Deleting a flexible asset type by providing its Type ID to maintain an organized asset catalog.
  2. Automating the removal of deprecated asset types in bulk workflows.

Properties

Name Meaning
Type ID The unique identifier of the flexible asset type to be deleted, required for the delete operation.
Request Options Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and timeout duration.

Output

JSON

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

Dependencies

  • Cloud Radial API with API key authentication

Troubleshooting

  • Ensure the Type ID is correct and exists; otherwise, the deletion will fail with an error indicating the asset type was not found.
  • If SSL certificate validation is enabled and the server uses a self-signed or invalid certificate, the request may fail unless 'Ignore SSL Issues' is enabled.
  • Proxy settings must be correctly configured if used; incorrect proxy details can cause connection failures.
  • Timeouts can occur if the server is slow to respond; increasing the timeout value may help.

Discussion