Back to index
Summary
Deletes a reporting filter.projectNameStringrequiredThe name for the project that must be unique among all projects. dashboardNameStringrequiredUnique name of the dashboard within the project. reportingFilterNameStringrequiredThe name of the reporting filter. widgetNameStringoptionalThe name of the widget this reporting filter is scoped to. |
Usage
Perl
$cmdr->deleteReportingFilter( "test-projectName", # projectName "test-dashboardName", # dashboardName "test-reportingFilterName" # reportingFilterName # optionals );
ectool
ectool deleteReportingFilter \ "test-projectName" `# projectName` \ "test-dashboardName" `# dashboardName` \ "test-reportingFilterName" `# reportingFilterName` \ # optionals