Back to index
Summary
Deletes a widget.projectNameStringrequiredThe name for the project that must be unique among all projects. dashboardNameStringrequiredUnique name of the dashboard within the project. widgetNameStringrequiredThe name of the dashboard widget. |
Usage
Perl
$cmdr->deleteWidget( "test-projectName", # projectName "test-dashboardName", # dashboardName "test-widgetName" # widgetName );
ectool
ectool deleteWidget \ "test-projectName" `# projectName` \ "test-dashboardName" `# dashboardName` \ "test-widgetName" `# widgetName`