deleteReportingFilter

On this page
Back to index

Summary

Deletes a reporting filter.
projectName
Stringrequired
The name for the project that must be unique among all projects.
dashboardName
Stringrequired
Unique name of the dashboard within the project.
reportingFilterName
Stringrequired
The name of the reporting filter.
widgetName
Stringoptional
The 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