Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 769 Bytes

r_DeleteCalculatedMetrics.md

File metadata and controls

19 lines (12 loc) · 769 Bytes

DeleteCalculatedMetrics

Deletes the specified set of calculated metrics for each of the specified report suites.

ReportSuite.DeleteCalculatedMetrics parameters

Name Type Description
rsid_list array(xsd:string) A list of report suite IDs.
calculated_metrics calculated_metrics - An array of calculated_metric. List of calculated metrics to delete from the specified report suites.

ReportSuite.DeleteCalculatedMetrics response

Type Description
xsd:boolean Returns true if the operation is successful.

Parent topic: Report Suite