CodeCatalyst / Client / delete_project
delete_project#
- CodeCatalyst.Client.delete_project(**kwargs)#
- Deletes a project in a space. - See also: AWS API Documentation - Request Syntax- response = client.delete_project( spaceName='string', name='string' ) - Parameters:
- spaceName (string) – - [REQUIRED] - The name of the space. 
- name (string) – - [REQUIRED] - The name of the project in the space. To retrieve a list of project names, use ListProjects. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'spaceName': 'string', 'name': 'string', 'displayName': 'string' } - Response Structure- (dict) – - spaceName (string) – - The name of the space. 
- name (string) – - The name of the project in the space. 
- displayName (string) – - The friendly name displayed to users of the project in Amazon CodeCatalyst. 
 
 
 - Exceptions- CodeCatalyst.Client.exceptions.ThrottlingException
- CodeCatalyst.Client.exceptions.ConflictException
- CodeCatalyst.Client.exceptions.ValidationException
- CodeCatalyst.Client.exceptions.ServiceQuotaExceededException
- CodeCatalyst.Client.exceptions.ResourceNotFoundException
- CodeCatalyst.Client.exceptions.AccessDeniedException