Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 441 Bytes

File metadata and controls

10 lines (6 loc) · 441 Bytes

To delete a report in AWS CodeBuild.

The following delete-report example deletes the specified report.

aws codebuild delete-report \
    --arn arn:aws:codebuild:<region-ID>:<account-ID>:report/<report-group-name>:<report-ID>

This command produces no output.

For more information, see Working with reports in the AWS CodeBuild User Guide.