Learn R Programming

zoltr (version 1.0.2)

delete_model: Delete a model

Description

Deletes the model with the passed ID. This is permanent and cannot be undone.

Usage

delete_model(zoltar_connection, model_url)

Value

None

Arguments

zoltar_connection

A ZoltarConnection object as returned by new_connection()

model_url

URL of a model in zoltar_connection's models

Examples

Run this code
if (FALSE) {
  delete_model(conn, "http://www.zoltardata.com/api/model/1/")
}

Run the code above in your browser using DataLab