codebuild_delete_report_group {paws.developer.tools} | R Documentation |
Deletes a report group
Description
Deletes a report group. Before you delete a report group, you must delete its reports.
See https://www.paws-r-sdk.com/docs/codebuild_delete_report_group/ for full documentation.
Usage
codebuild_delete_report_group(arn, deleteReports = NULL)
Arguments
arn |
[required] The ARN of the report group to delete.
|
deleteReports |
If true , deletes any reports that belong to a report group before
deleting the report group.
If false , you must delete any reports in the report group. Use
list_reports_for_report_group
to get the reports in a report group. Use
delete_report to delete the reports. If you
call delete_report_group for a report
group that contains one or more reports, an exception is thrown.
|
[Package
paws.developer.tools version 0.7.0
Index]