Remove PMML model from server and list remaining models.
delete_model(model_name, ...)
model_name | Name of the model to be deleted. |
---|---|
... | Additional arguments passed on to the underlying HTTP method.
This might be necessary if you need to set some curl options explicitly
via |
If deletion is successful, a vector of names of models remaining
deployed on the server with model_name
missing in it. Otherwise, an
error.