{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codebuild/refs/heads/main/json-structure/amazon-codebuild-delete-report-group-input-structure.json", "name": "DeleteReportGroupInput", "description": "DeleteReportGroupInput schema from Amazon CodeBuild", "type": "object", "properties": { "arn": { "allOf": [ { "$ref": "#/components/schemas/NonEmptyString" }, { "description": "The ARN of the report group to delete. " } ] }, "deleteReports": { "allOf": [ { "$ref": "#/components/schemas/Boolean" }, { "description": "
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 ListReportsForReportGroup to get the reports in a report group. Use DeleteReport to delete the reports. If you call DeleteReportGroup for a report group that contains one or more reports, an exception is thrown.