This command allows to delete an existing module. To add a new module in an license file use AddModule.
Name
|
deleteModule
|
Purpose
|
Removes a module from the license file completely.
|
Params
|
Parameter
|
Type
|
Example
|
Note
|
ModuleID
|
NSString
|
D1008
|
Unique ModuleID – identifies the module to be removed
|
|
Returncode
|
Returncode
Type Integer
|
Note
|
0
|
Module successfully removed
|
256
|
Module was not found in that license file
|
Other value
|
Error occurred, see list of return codes
|
|
See also
|
AddModule, ExistsModule , GetModuleList
|