Information
Unsupported content This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

ConfigurationObjectClass - deleteConfigurationObjectClass


ConfigurationObjectClass - deleteConfigurationObjectClass

Description :

Given the internal name and version of a configuration object class, this command deletes the class and all its dependencies.

Return type : void

Command Input :

Variable Name

Variable Type

Description

className

String

Name of the configuration object class you want to delete.

classVersion

Integer

Version of the configuration object class you want to delete.

Example

The following example deletes a configuration object class:

Script


CLASS_NAME="myconfigobjclass"

CLASS_VERSION="2"

CLASS_DBKEY=`blcli ConfigurationObjectClass deleteConfigurationObjectClass $CLASS_NAME $CLASS_VERSION`



 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC Server Automation Command Line Interface 8.3