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.
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. Uselist_reports_for_report_groupto get the reports in a report group. Usedelete_reportto delete the reports. If you calldelete_report_groupfor a report group that contains one or more reports, an exception is thrown.