delete_project
(**kwargs)¶Deletes a project, including project resources. Does not delete users associated with the project, but does delete the IAM roles that allowed access to the project.
See also: AWS API Documentation
Request Syntax
response = client.delete_project(
id='string',
clientRequestToken='string',
deleteStack=True|False
)
[REQUIRED]
The ID of the project to be deleted in AWS CodeStar.
dict
Response Syntax
{
'stackId': 'string',
'projectArn': 'string'
}
Response Structure
(dict) --
stackId (string) --
The ID of the primary stack in AWS CloudFormation that will be deleted as part of deleting the project and its resources.
projectArn (string) --
The Amazon Resource Name (ARN) of the deleted project.
Exceptions
CodeStar.Client.exceptions.ConcurrentModificationException
CodeStar.Client.exceptions.ValidationException
CodeStar.Client.exceptions.InvalidServiceRoleException