delete_forecast: Delete a forecast

Description Usage Arguments Value Examples

View source: R/forecast.R

Description

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

Usage

1
delete_forecast(zoltar_connection, forecast_url)

Arguments

zoltar_connection

A 'ZoltarConnection' object as returned by new_connection

forecast_url

URL of a forecast in zoltar_connection's forecasts

Value

None

Examples

1
2
3
4
## Not run: 
  delete_forecast(conn, "http://example.com/api/forecast/1/")

## End(Not run)

zoltr documentation built on April 17, 2020, 1:15 a.m.