zoltr (version 0.5.1)

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)

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

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

Run the code above in your browser using DataLab