:doc:`BillingandCostManagementDataExports <../../bcm-data-exports>` / Client / delete_export

*************
delete_export
*************



.. py:method:: BillingandCostManagementDataExports.Client.delete_export(**kwargs)

  

  Deletes an existing data export.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/bcm-data-exports-2023-11-26/DeleteExport>`_  


  **Request Syntax**
  ::

    response = client.delete_export(
        ExportArn='string'
    )
    
  :type ExportArn: string
  :param ExportArn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) for this export.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'ExportArn': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **ExportArn** *(string) --* 

        The Amazon Resource Name (ARN) for this export.

        
  
  **Exceptions**
  
  *   :py:class:`BillingandCostManagementDataExports.Client.exceptions.InternalServerException`

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

  
  *   :py:class:`BillingandCostManagementDataExports.Client.exceptions.ThrottlingException`

  
  *   :py:class:`BillingandCostManagementDataExports.Client.exceptions.ValidationException`

  