Cloud Radial icon

Cloud Radial

Interact with Cloud Radial API

Actions64

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

  1. Deleting a specific document or record from an archive folder by providing the archive and item IDs.
  2. 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

Discussion