Back to index
Summary
Deletes an application.projectNameStringrequiredThe name for the project that must be unique among all projects. applicationNameStringrequiredThe name of the application. foregroundBooleanoptionalTrue to delete the object in the foreground. The default is to delete the object in the background. retainInventoryBooleanoptionalTrue if you wish to retain inventory after deleting the application. |
Usage
Perl
$cmdr->deleteApplication( "test-projectName", # projectName "test-applicationName" # applicationName # optionals );
ectool
ectool deleteApplication \ "test-projectName" `# projectName` \ "test-applicationName" `# applicationName` \ # optionals