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 an archive item specified by its Archive ID and Item ID. It is useful for automating the removal of items from archives (folders) within the Cloud Radial system, such as cleaning up outdated or irrelevant archived data.
Use Case Examples
- Deleting a specific document or record from an archive folder by providing the archive and item IDs.
- Automating archive maintenance by removing items that meet certain criteria through workflow triggers.
Properties
| Name | Meaning |
|---|---|
| Archive ID | The ID of the archive (folder) containing the item to be deleted. |
| Item ID | The ID of the specific item within the archive to delete. |
| Request Options | Additional options to control the request behavior, including batching, SSL certificate validation, proxy settings, and timeout duration. |
Output
JSON
success- Indicates whether the delete operation was successful.deletedItemId- The ID of the item that was deleted.
Dependencies
- Cloud Radial API
Troubleshooting
- Ensure that the Archive ID and Item ID are correct and correspond to existing items; otherwise, the delete operation will fail.
- If SSL certificate validation is disabled (Ignore SSL Issues enabled), be cautious as this may expose security risks.
- Proxy settings must be correctly configured if used, including authentication details if required.
- Timeout settings should be adjusted based on network conditions to avoid premature request termination.
Links
- Cloud Radial API Documentation - Official API documentation for Cloud Radial, useful for understanding available endpoints and request formats.