deletePredictor
inline suspend fun ForecastClient.deletePredictor(crossinline block: DeletePredictorRequest.Builder.() -> Unit): DeletePredictorResponse
Deletes a predictor created using the DescribePredictor or CreatePredictor operations. You can delete only predictor that have a status of ACTIVE
or CREATE_FAILED
. To get the status, use the DescribePredictor operation.