Skip to content

Delete What if Forecast Export

forecastservice_delete_what_if_forecast_export R Documentation

Deletes a what-if forecast export created using the CreateWhatIfForecastExport operation

Description

Deletes a what-if forecast export created using the create_what_if_forecast_export operation. You can delete only what-if forecast exports that have a status of ACTIVE or CREATE_FAILED. To get the status, use the describe_what_if_forecast_export operation.

Usage

forecastservice_delete_what_if_forecast_export(WhatIfForecastExportArn)

Arguments

WhatIfForecastExportArn

[required] The Amazon Resource Name (ARN) of the what-if forecast export that you want to delete.

Value

An empty list.

Request syntax

svc$delete_what_if_forecast_export(
  WhatIfForecastExportArn = "string"
)