Task: delete-virtual-portal

Portal ConfigEngine task that deletes a virtual portal.

Parameters

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 .

For z/OS®: The z/OS Customization Dialog uses this task to delete a virtual portal by using its object ID. To determine the correct object ID of the virtual portal, use the job EJPSMVPL that the Customization Dialog created in your target control data set.

VirtualPortalObjectId
The object ID of the virtual portal. This input is mandatory for identification of the virtual portal that you want to delete.

Syntax

You pass the parameters in the parameter list for each configuration task as appropriate. You do this by either of the following methods:
  • Specifying the parameter and value preceded by -D on the command line.
  • Defining them in the file wkplc.properties .
    Note: The property file must be encoded in the ISO 8859-1 character encoding format.
AIX®
./ConfigEngine.sh delete-virtual-portal -DPortalAdminPwd=password -DWasPassword=password
IBM® i
ConfigEngine.sh delete-virtual-portal -DPortalAdminPwd=password -DWasPassword=password
Linux
./ConfigEngine.sh delete-virtual-portal -DPortalAdminPwd=password -DWasPassword=password
Solaris
./ConfigEngine.sh delete-virtual-portal -DPortalAdminPwd=password -DWasPassword=password
Windows
ConfigEngine.bat delete-virtual-portal -DPortalAdminPwd=password -DWasPassword=password
z/OS
No syntax. The Customization Dialog calls this task directly. On z/OS, the Customization Dialog provides options for creating, modifying, or deleting a virtual portal, but not for listing virtual portals. However, when you modify or delete a virtual portal, you need the object ID of that virtual portal. When you create, modify, or delete a virtual portal by using the configuration task of the Customization Dialog, the Customization Dialog creates the job EJPSMVPL in your target control data set. You can use this job to list all virtual portals in your configuration. Submit the job EJPSMVPL. Upon completion, examine the job output. Success is indicated with rc=0 in the job output. This way you can determine the object ID of a virtual portal.