Back to index
Summary
Deletes a license.productNameStringrequiredProduct name of the license. featureNameStringrequiredFeature name of the license. |
Usage
Perl
$cmdr->deleteLicense( "test-productName", # productName "test-featureName" # featureName );
ectool
ectool deleteLicense \ "test-productName" `# productName` \ "test-featureName" `# featureName`