:doc:`MigrationHubConfig <../../migrationhub-config>` / Client / delete_home_region_control

**************************
delete_home_region_control
**************************



.. py:method:: MigrationHubConfig.Client.delete_home_region_control(**kwargs)

  

  This operation deletes the home region configuration for the calling account. The operation does not delete discovery or migration tracking data in the home region.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/migrationhub-config-2019-06-30/DeleteHomeRegionControl>`_  


  **Request Syntax**
  ::

    response = client.delete_home_region_control(
        ControlId='string'
    )
    
  :type ControlId: string
  :param ControlId: **[REQUIRED]** 

    A unique identifier that's generated for each home region control. It's always a string that begins with "hrc-" followed by 12 lowercase letters and numbers.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`MigrationHubConfig.Client.exceptions.InternalServerError`

  
  *   :py:class:`MigrationHubConfig.Client.exceptions.ServiceUnavailableException`

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

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

  
  *   :py:class:`MigrationHubConfig.Client.exceptions.InvalidInputException`

  