deleteDatasetImportJob
inline suspend fun ForecastClient.deleteDatasetImportJob(crossinline block: DeleteDatasetImportJobRequest.Builder.() -> Unit): DeleteDatasetImportJobResponse
Deletes a dataset import job created using the CreateDatasetImportJob operation. You can delete only dataset import jobs that have a status of ACTIVE
or CREATE_FAILED
. To get the status, use the DescribeDatasetImportJob operation.