Skip to content

Delete Forecast

forecastservice_delete_forecast R Documentation

Deletes a forecast created using the CreateForecast operation

Description

Deletes a forecast created using the create_forecast operation. You can delete only forecasts that have a status of ACTIVE or CREATE_FAILED. To get the status, use the describe_forecast operation.

You can't delete a forecast while it is being exported. After a forecast is deleted, you can no longer query the forecast.

Usage

forecastservice_delete_forecast(ForecastArn)

Arguments

ForecastArn

[required] The Amazon Resource Name (ARN) of the forecast to delete.

Value

An empty list.

Request syntax

svc$delete_forecast(
  ForecastArn = "string"
)