Skip to content

Latest commit

 

History

History
executable file
·
12 lines (8 loc) · 285 Bytes

File metadata and controls

executable file
·
12 lines (8 loc) · 285 Bytes

To delete a project

The following delete-project example deletes the specified project.

aws codestar delete-project \
    --project-id my-project

Output:

{
    "projectArn": "arn:aws:codestar:us-east-2:123456789012:project/my-project"
}