Supervised MLModelsDelete ModelOn this pageModel.delete Model.delete() Delete the model this method is called on.Parameters: NoneReturns: NoneExamples:Get an already created model by ID, then delete it . model = pc.get_model('Titanic Model') model.delete()