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

**************************
delete_forecast_export_job
**************************



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

  

  Deletes a forecast export job created using the  CreateForecastExportJob operation. You can delete only export jobs that have a status of ``ACTIVE`` or ``CREATE_FAILED``. To get the status, use the  DescribeForecastExportJob operation.

  

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


  **Request Syntax**
  ::

    response = client.delete_forecast_export_job(
        ForecastExportJobArn='string'
    )
    
  :type ForecastExportJobArn: string
  :param ForecastExportJobArn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the forecast export job to delete.

    

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

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

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

  