Values.DeleteKxClusterRequestSourceDeletes a kdb cluster.
type nonrec t = {environmentId : KxEnvironmentId.t;A unique identifier for the kdb environment.
*)clusterName : KxClusterName.t;The name of the cluster that you want to delete.
*)clientToken : ClientTokenString.t option;A token that ensures idempotency. This token expires in 10 minutes.
*)}val make :
?clientToken:??? ->
environmentId:KxEnvironmentId.t ->
clusterName:KxClusterName.t ->
unit ->
t