Back to index
Summary
Deletes a component.projectNameStringrequiredThe name for the project that must be unique among all projects. componentNameStringrequiredThe name of the component. applicationNameStringoptionalThe name of an application to scope this component to. |
Usage
Perl
$cmdr->deleteComponent( "test-projectName", # projectName "test-componentName" # componentName # optionals );
ectool
ectool deleteComponent \ "test-projectName" `# projectName` \ "test-componentName" `# componentName` \ # optionals