Skip to content

Delete Forecast Export Job

forecastservice_delete_forecast_export_job R Documentation

Deletes a forecast export job created using the CreateForecastExportJob operation

Description

Deletes a forecast export job created using the create_forecast_export_job operation. You can delete only export jobs that have a status of ACTIVE or CREATE_FAILED. To get the status, use the describe_forecast_export_job operation.

Usage

forecastservice_delete_forecast_export_job(ForecastExportJobArn)

Arguments

ForecastExportJobArn

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

Value

An empty list.

Request syntax

svc$delete_forecast_export_job(
  ForecastExportJobArn = "string"
)