Task: delete-virtual-portal
Portal ConfigEngine task that deletes a virtual portal.
Parameters
Use this task to delete a virtual portal using its object ID. To determine the correct object ID of the virtual portal, use the task list-all-virtual-portals.
- VirtualPortalObjectId
- The object ID of the virtual portal. This input is mandatory for identification of the virtual portal that 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:
- Specify the parameter and value that is preceded by -D on the command line.
- Define them in the file wkplc.properties.
The property file must be encoded in the ISO 8859-1 character encoding format.
- AIX
- ./ConfigEngine.sh delete-virtual-portal -DPortalAdminPwd=foo -DWasPassword=foo -DVirtualPortalObjectId=objectID_of_virtual_portal_to_delete
- IBM i
- ConfigEngine.sh delete-virtual-portal -DPortalAdminPwd=foo -DWasPassword=foo -DVirtualPortalObjectId=objectID_of_virtual_portal_to_delete
- HP-UX
- ./ConfigEngine.sh delete-virtual-portal -DPortalAdminPwd=foo -DWasPassword=foo -DVirtualPortalObjectId=objectID_of_virtual_portal_to_delete
- Linux
- ./ConfigEngine.sh delete-virtual-portal -DPortalAdminPwd=foo -DWasPassword=foo -DVirtualPortalObjectId=objectID_of_virtual_portal_to_delete
- Solaris
- ./ConfigEngine.sh delete-virtual-portal -DPortalAdminPwd=foo -DWasPassword=foo -DVirtualPortalObjectId=objectID_of_virtual_portal_to_delete
- Windows
- ConfigEngine.bat delete-virtual-portal -DPortalAdminPwd=foo -DWasPassword=foo -DVirtualPortalObjectId=objectID_of_virtual_portal_to_delete
Parent Portal ConfigEngine tasks for administering virtual portals
Related information
Technotes for virtual portals