Deletion of managed MLflow Artifacts
When using Workspace experiments in Azure Databricks with the default managed MLflow artifact location dbfs:/databricks/mlflow-tracking configured, we see the following message when deleting an MLflow experiment run:
Deleted runs are restorable for 30 days, after which they are purged along with associated metrics, params and tags.
Artifacts are not automatically purged and must be manually deleted.
which suggests that the artifacts are not automatically deleted. Does this also hold true for the managed artifact location?
If so, how are we supposed to delete these artifacts as access via dbutils or DBFS API are prohibited for this location (see docs) and the MLflow client does not support deletion of artifacts?
Thanks!