CentraSite 10.3 | CentraSite User’s Guide | Type Management | Managing Types through Command Line Interface | Deleting a Virtual Asset Type
 
Deleting a Virtual Asset Type
Pre-requisites:
To delete an existing virtual asset type through the CentraSite Command Line Interface, you must have the CentraSite Administrator role.
CentraSite provides a Java tool named AssetTypeManager.jar for this purpose.
*To delete virtual asset type
*Run the Java tool AssetTypeManager.jar.
The syntax is of the format: C:\SoftwareAG\CentraSite\utilities>CentraSiteToolbox.cmd AssetTypeManager.jar <CentraSite URL> <admin user id> <password> delete <virtual type name>
The input parameters are:
Parameter
Description
CentraSite URL
The URL of the CentraSite registry. For example, http://localhost:53307/CentraSite/CentraSite.
admin user id
The user ID of a registered CentraSite user who has the CentraSite Administrator role. For example, Administrator.
password
The password for the CentraSite user identified by the parameter admin user id.
virtual type name
Name of the virtual asset type you want to delete.
Example (all in one line):
C:\SoftwareAG\CentraSite\utilities>CentraSiteToolbox.cmd AssetTypeManager.jar http://localhost:53307/CentraSite/CentraSite Administrator manage delete MyVirtualRESTService