Delete a model version
mlflow_delete_model_version(name, version, client = NULL)
Name of the registered model.
Model version number.
(Optional) An MLflow client object returned from mlflow_client. If specified, MLflow will use the tracking server associated with the passed-in client. If unspecified (the common case), MLflow will use the tracking server associated with the current tracking URI.