Learn R Programming

zoltr (version 1.0.2)

delete_forecast: Delete a forecast

Description

Deletes the forecast with the passed URL. This is permanent and cannot be undone.

Usage

delete_forecast(zoltar_connection, forecast_url)

Value

A Job URL for the deletion

Arguments

zoltar_connection

A ZoltarConnection object as returned by new_connection()

forecast_url

URL of a forecast in zoltar_connection's forecasts

Examples

Run this code
if (FALSE) {
  delete_forecast(conn, "http://example.com/api/forecast/1/")
}

Run the code above in your browser using DataLab