:doc:`DataZone <../../datazone>` / Client / delete_data_export_configuration

********************************
delete_data_export_configuration
********************************



.. py:method:: DataZone.Client.delete_data_export_configuration(**kwargs)

  

  Deletes data export configuration for a domain.

   

  This operation does not delete the S3 table created by the PutDataExportConfiguration operation.

   

  To temporarily disable export without deleting the configuration, use the PutDataExportConfiguration operation with the ``--no-enable-export`` flag instead. This allows you to re-enable export for the same domain using the ``--enable-export`` flag without deleting S3 table.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/DeleteDataExportConfiguration>`_  


  **Request Syntax**
  ::

    response = client.delete_data_export_configuration(
        domainIdentifier='string'
    )
    
  :type domainIdentifier: string
  :param domainIdentifier: **[REQUIRED]** 

    The domain ID for which you want to delete the data export configuration.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`DataZone.Client.exceptions.InternalServerException`

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

  
  *   :py:class:`DataZone.Client.exceptions.AccessDeniedException`

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

  
  *   :py:class:`DataZone.Client.exceptions.ConflictException`

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

  
  *   :py:class:`DataZone.Client.exceptions.UnauthorizedException`

  