Values.DeleteKxClusterNodeRequestSourceDeletes the specified nodes from a cluster.
type nonrec t = {environmentId : KxEnvironmentId.t;A unique identifier for the kdb environment.
*)clusterName : KxClusterName.t;The name of the cluster, for which you want to delete the nodes.
*)nodeId : KxClusterNodeIdString.t;A unique identifier for the node that you want to delete.
*)}val make :
environmentId:KxEnvironmentId.t ->
clusterName:KxClusterName.t ->
nodeId:KxClusterNodeIdString.t ->
unit ->
t