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

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

A Job URL for the deletion

Examples

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