codebuild_delete_report_group: Deletes a report group

View source: R/codebuild_operations.R

codebuild_delete_report_groupR 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.


paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.