Delete a specified model and model associated files.
textModelsRemove(target_model)
Character string of the model name that you want to delete.
Confirmation whether the model has been deleted.
see textModels
if (FALSE) {
textModelsRemove("name-of-model-to-delete")
}