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 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
- Deleting a service by providing its unique service ID to automate service management.
- 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
- Cloud Radial API Documentation - Official documentation for Cloud Radial API endpoints and usage.