delete_forecast {zoltr} | R Documentation |
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 |
forecast_url |
URL of a forecast in zoltar_connection's forecasts |
Value
A Job URL for the deletion
Examples
## Not run:
delete_forecast(conn, "http://example.com/api/forecast/1/")
## End(Not run)
[Package zoltr version 1.0.1 Index]