:doc:`CodeConnections <../../codeconnections>` / Client / delete_repository_link

**********************
delete_repository_link
**********************



.. py:method:: CodeConnections.Client.delete_repository_link(**kwargs)

  

  Deletes the association between your connection and a specified external Git repository.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/codeconnections-2023-12-01/DeleteRepositoryLink>`_  


  **Request Syntax**
  ::

    response = client.delete_repository_link(
        RepositoryLinkId='string'
    )
    
  :type RepositoryLinkId: string
  :param RepositoryLinkId: **[REQUIRED]** 

    The ID of the repository link to be deleted.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`CodeConnections.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`CodeConnections.Client.exceptions.ConcurrentModificationException`

  
  *   :py:class:`CodeConnections.Client.exceptions.InternalServerException`

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

  
  *   :py:class:`CodeConnections.Client.exceptions.SyncConfigurationStillExistsException`

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

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

  
  *   :py:class:`CodeConnections.Client.exceptions.UnsupportedProviderTypeException`

  