I'm trying out Watson Studio model for Naive Bayes model.In my app I need to delete old deployment model and add new one. Is it possible to delete such model using the python API?
If you wish to keep the same deployment endpoint url and credentials when you replace a model, I believe you will need to use the REST API directly (docs):
Update
This is now available in the python library: