Deletes the forecast with the passed URL. This is permanent and cannot be undone.
delete_forecast(zoltar_connection, forecast_url)
A ZoltarConnection
object as returned by new_connection()
URL of a forecast in zoltar_connection's forecasts
A Job URL for the deletion
if (FALSE) {
delete_forecast(conn, "http://example.com/api/forecast/1/")
}