deleteReportDefinition

Deletes the specified report. Any tags associated with the report are also deleted.

Samples

// The following example deletes the AWS Cost and Usage report named ExampleReport.
costAndUsageReportClient.deleteReportDefinition {
    reportName = "ExampleReport"
}