:doc:`ForecastService <../../forecast>` / Client / delete_predictor

****************
delete_predictor
****************



.. py:method:: ForecastService.Client.delete_predictor(**kwargs)

  

  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.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/forecast-2018-06-26/DeletePredictor>`_  


  **Request Syntax**
  ::

    response = client.delete_predictor(
        PredictorArn='string'
    )
    
  :type PredictorArn: string
  :param PredictorArn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the predictor to delete.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`ForecastService.Client.exceptions.InvalidInputException`

  
  *   :py:class:`ForecastService.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`ForecastService.Client.exceptions.ResourceInUseException`

  