CodeConnections / Client / delete_repository_link
delete_repository_link#
- CodeConnections.Client.delete_repository_link(**kwargs)#
- Deletes the association between your connection and a specified external Git repository. - See also: AWS API Documentation - Request Syntax- response = client.delete_repository_link( RepositoryLinkId='string' ) - Parameters:
- RepositoryLinkId (string) – - [REQUIRED] - The ID of the repository link to be deleted. 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – 
 
 - Exceptions- CodeConnections.Client.exceptions.AccessDeniedException
- CodeConnections.Client.exceptions.ConcurrentModificationException
- CodeConnections.Client.exceptions.InternalServerException
- CodeConnections.Client.exceptions.InvalidInputException
- CodeConnections.Client.exceptions.SyncConfigurationStillExistsException
- CodeConnections.Client.exceptions.ResourceNotFoundException
- CodeConnections.Client.exceptions.ThrottlingException
- CodeConnections.Client.exceptions.UnsupportedProviderTypeException