Mlfow exp delete api does soft delete and when you create experiment with that name, it gives error RESOURCE_ALREADY_EXISTS.
Is there any way to delete experiment permanently through api? https://www.mlflow.org/docs/latest/rest-api.html#delete-experiment
There is similar question here, How Do You "Permanently" Delete An Experiment In Mlflow? where answers are to run delete sql queries directly by connecting to backend DB which i want to avoid.