Cloud Radial icon

Cloud Radial

Interact with Cloud Radial API

Actions64

Overview

This node interacts with the Cloud Radial API to delete a specified service by its ID. It is useful in scenarios where you need to programmatically remove services from the Cloud Radial platform, such as automating cleanup tasks or managing service lifecycle within an integration workflow.

Use Case Examples

  1. Deleting a service by providing its unique service ID to automate service management.
  2. Using batching options to delete multiple services in controlled batches to avoid API rate limits.

Properties

Name Meaning
Service ID The unique identifier of the service to be deleted, required for the delete operation.
Request Options Additional options to customize the request behavior, including batching, SSL certificate validation, proxy settings, and request timeout.

Output

JSON

  • success - Indicates whether the service deletion was successful.
  • 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 Service ID is correct and exists in the Cloud Radial system to avoid 'not found' errors.
  • If SSL certificate validation fails, enable 'Ignore SSL Issues' option to bypass SSL errors, but be aware of security risks.
  • Check proxy settings if requests fail due to network restrictions.
  • Adjust timeout settings if the server response is slow to prevent premature request abortion.

Links

Discussion