deleteWhatIfForecastExport
inline suspend fun ForecastClient.deleteWhatIfForecastExport(crossinline block: DeleteWhatIfForecastExportRequest.Builder.() -> Unit): DeleteWhatIfForecastExportResponse
Deletes a what-if forecast export created using the CreateWhatIfForecastExport operation. You can delete only what-if forecast exports that have a status of ACTIVE
or CREATE_FAILED
. To get the status, use the DescribeWhatIfForecastExport operation.