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

*********************
delete_explainability
*********************



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

  

  Deletes an Explainability resource.

   

  You can delete only predictor that have a status of ``ACTIVE`` or ``CREATE_FAILED``. To get the status, use the  DescribeExplainability operation.

  

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


  **Request Syntax**
  ::

    response = client.delete_explainability(
        ExplainabilityArn='string'
    )
    
  :type ExplainabilityArn: string
  :param ExplainabilityArn: **[REQUIRED]** 

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

    

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

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

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

  