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 operation deletes a specified flexible asset in the Cloud Radial system. It is useful for scenarios where you need to remove obsolete or unwanted flexible assets from your Cloud Radial account. For example, if a flexible asset is no longer needed or was created by mistake, this operation allows you to delete it by providing its Asset ID.
Use Case Examples
- Deleting a flexible asset by specifying its Asset ID to clean up unused assets in your Cloud Radial environment.
- Automating the removal of flexible assets as part of a workflow to maintain data hygiene.
Properties
| Name | Meaning |
|---|---|
| Asset ID | The ID of the flexible asset to be deleted, required to identify which asset to remove. |
| Request Options | Additional options to control the request behavior such as batching, SSL certificate validation, proxy settings, and timeout duration. |
Output
JSON
success- Indicates whether the flexible asset was successfully deleted.message- Additional information or confirmation message about the deletion operation.
Dependencies
- Requires an API key credential for authenticating with the Cloud Radial API.
Troubleshooting
- Ensure the Asset ID provided is correct and exists in the Cloud Radial system; otherwise, the deletion will fail.
- If SSL certificate validation fails and you trust the endpoint, enable the 'Ignore SSL Issues' option to bypass SSL errors.
- Check proxy settings if your network requires routing requests through a proxy server.
- Adjust the timeout setting if the server response is slow to avoid premature request abortion.