deleteLicense

On this page
Back to index

Summary

Deletes a license.
productName
Stringrequired
Product name of the license.
featureName
Stringrequired
Feature name of the license.

Usage

Perl

$cmdr->deleteLicense( "test-productName", # productName "test-featureName" # featureName );

ectool

ectool deleteLicense \ "test-productName" `# productName` \ "test-featureName" `# featureName`