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 operation deletes a service installation record from the Cloud Radial platform. It requires specifying the endpoint ID and service ID to identify the exact service installation to remove. This operation is useful for managing and cleaning up service installations that are no longer needed or were created in error.
Use Case Examples
- Deleting a service installation from a specific endpoint to free up resources or correct configuration.
- Automating cleanup of service installations as part of a larger workflow managing endpoint services.
Properties
| Name | Meaning |
|---|---|
| Endpoint ID | The ID of the endpoint where the service is installed. Required to identify the target endpoint for deletion. |
| Service ID | The ID of the service installation to delete. Required to specify which service installation to remove. |
| Request Options | Additional HTTP request options such as batching, SSL certificate validation, proxy settings, and timeout configuration to customize the API request behavior. |
Output
JSON
success- Indicates whether the deletion operation was successful.message- Additional information or confirmation message returned from the API after deletion.
Dependencies
- Cloud Radial API with appropriate API key credentials
Troubleshooting
- Ensure that both Endpoint ID and Service ID are correctly specified and exist in the Cloud Radial system; otherwise, the deletion will fail.
- If SSL certificate validation errors occur, consider enabling the 'Ignore SSL Issues' option to bypass certificate checks, especially in development or testing environments.
- Check proxy settings if the node is used behind a corporate firewall or proxy server to ensure requests are routed correctly.
- Timeout errors may occur if the server is slow to respond; increase the timeout setting if necessary.
Links
- Cloud Radial API Documentation - Official API documentation for Cloud Radial, including service installation management endpoints.