Delete a specified model and model associated files.

textModelsRemove(target_model)

Arguments

target_model

(string) The name of the model to be deleted.

Value

Confirmation whether the model has been deleted.

See also

Examples

if (FALSE) {
textModelsRemove("name-of-model-to-delete")
}