/AWS1/CL_BLD=>DELETEREPORTGROUP()
¶
About DeleteReportGroup¶
Deletes a report group. Before you delete a report group, you must delete its reports.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_ARN
TYPE /AWS1/BLDNONEMPTYSTRING
/AWS1/BLDNONEMPTYSTRING
¶
The ARN of the report group to delete.
Optional arguments:¶
IV_DELETEREPORTS
TYPE /AWS1/BLDBOOLEAN
/AWS1/BLDBOOLEAN
¶
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 callDeleteReportGroup
for a report group that contains one or more reports, an exception is thrown.