Delete Report Group
| codebuild_delete_report_group | R Documentation |
Deletes a report group¶
Description¶
Deletes a report group. Before you delete a report group, you must delete its reports.
Usage¶
Arguments¶
arn[required] The ARN of the report group to delete.
deleteReportsIf
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.
Value¶
An empty list.