Values.DeleteKxScalingGroupRequestSourceDeletes the specified scaling group. This action is irreversible. You cannot delete a scaling group until all the clusters running on it have been deleted.
type nonrec t = {environmentId : KxEnvironmentId.t;A unique identifier for the kdb environment, from where you want to delete the dataview.
*)scalingGroupName : KxScalingGroupName.t;A unique identifier for the kdb scaling group.
*)clientToken : ClientTokenString.t option;A token that ensures idempotency. This token expires in 10 minutes.
*)}val make :
?clientToken:??? ->
environmentId:KxEnvironmentId.t ->
scalingGroupName:KxScalingGroupName.t ->
unit ->
t