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

******************************
delete_what_if_forecast_export
******************************



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

  

  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.

  

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


  **Request Syntax**
  ::

    response = client.delete_what_if_forecast_export(
        WhatIfForecastExportArn='string'
    )
    
  :type WhatIfForecastExportArn: string
  :param WhatIfForecastExportArn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the what-if forecast export that you want to delete.

    

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

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

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

  