Cloud Radial icon

Cloud Radial

Interact with Cloud Radial API

Actions64

Overview

This node interacts with the Cloud Radial API to delete a catalog item by its ID. It is useful in scenarios where you need to programmatically remove catalog entries from the Cloud Radial system, such as cleaning up outdated or incorrect catalog data.

Use Case Examples

  1. Deleting a specific catalog item by providing its Catalog ID to maintain an up-to-date catalog.
  2. Automating catalog management workflows by removing items that are no longer relevant or needed.

Properties

Name Meaning
Catalog ID The ID of the catalog item to be deleted, required for identifying which catalog entry to remove.
Request Options Additional settings to control the request behavior, including batching, SSL certificate validation, proxy configuration, and request timeout.

Output

JSON

  • success - Indicates whether the catalog item was successfully deleted.
  • deletedCatalogId - The ID of the catalog item that was deleted.

Dependencies

  • Cloud Radial API with an API key credential for authentication

Troubleshooting

  • Ensure the Catalog ID provided is valid and exists in the Cloud Radial system to avoid errors.
  • If SSL certificate validation fails and you trust the endpoint, enable the 'Ignore SSL Issues' option to bypass SSL errors.
  • Check proxy settings if requests fail due to network restrictions or firewall rules.
  • Adjust the timeout setting if the server response is slow to prevent premature request abortion.

Links

Discussion