Task: delete-virtual-portal
Portal ConfigEngine task that deletes a virtual portal.
Use this task to delete a virtual portal by using its object ID. To determine the correct object ID of the virtual portal, use the task list-all-virtual-portals.
Parameters
- VirtualPortalObjectId
- The object ID of the virtual portal. This input is mandatory for identification of the virtual portal that we want to delete.
Syntax
You pass the parameters in the parameter list for each configuration task as appropriate. We do this by either of the following methods:
- Specifying the parameter and value that is preceded by -D on the command line.
- Define them in the file wkplc.properties.
Note: The property file must be encoded in the ISO 8859-1 character encoding format.
./ConfigEngine.sh delete-virtual-portal -DPortalAdminPwd=password -DWasPassword=password -DVirtualPortalObjectId=objectID_of_virtual_portal_to_delete
Parent topic: Portal configuration tasks for administering virtual portals