CodeStarconnections / Client / delete_repository_link
delete_repository_link¶
- CodeStarconnections.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
- CodeStarconnections.Client.exceptions.ConcurrentModificationException
- CodeStarconnections.Client.exceptions.InternalServerException
- CodeStarconnections.Client.exceptions.SyncConfigurationStillExistsException
- CodeStarconnections.Client.exceptions.ResourceNotFoundException
- CodeStarconnections.Client.exceptions.UnsupportedProviderTypeException