:doc:`EC2 <../../ec2>` / Client / delete_capacity_manager_data_export

***********************************
delete_capacity_manager_data_export
***********************************



.. py:method:: EC2.Client.delete_capacity_manager_data_export(**kwargs)

  

  Deletes an existing Capacity Manager data export configuration. This stops future scheduled exports but does not delete previously exported files from S3.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeleteCapacityManagerDataExport>`_  


  **Request Syntax**
  ::

    response = client.delete_capacity_manager_data_export(
        CapacityManagerDataExportId='string',
        DryRun=True|False
    )
    
  :type CapacityManagerDataExportId: string
  :param CapacityManagerDataExportId: **[REQUIRED]** 

    The unique identifier of the data export configuration to delete.

    

  
  :type DryRun: boolean
  :param DryRun: 

    Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is ``DryRunOperation``. Otherwise, it is ``UnauthorizedOperation``.

    

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

    
    ::

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

    

    - *(dict) --* 
      

      - **CapacityManagerDataExportId** *(string) --* 

        The unique identifier of the deleted data export configuration.

        
  