deleteReport

On this page
Back to index

Summary

Deletes a report.
projectName
Stringrequired
The name for the project that must be unique among all projects.
reportName
Stringrequired
The name of the report.

Usage

Perl

$cmdr->deleteReport( "test-projectName", # projectName "test-reportName" # reportName );

ectool

ectool deleteReport \ "test-projectName" `# projectName` \ "test-reportName" `# reportName`