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.
codebuild_delete_report_group(arn, deleteReports = NULL)
[required] The ARN of the report group to delete.
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.