Delete a Procedure Version

Note 

You must be logged in as the IPEADMIN user or IPEBACKGROUND user to run this command.

Use this command to delete a given version of a procedure. It uses the following syntax:

swutil PROC DELETE name version [-y] 

where:

name is the procedure (or sub-procedure name).
version is the version number of the procedure. ALL means delete all versions of the procedure.
-y suppresses the request for confirmation from the user.

Example

The following example deletes version 1.1 of a procedure called myproc.

swutil PROC DELETE myproc 1.1 

The following example deletes all versions of a procedure called myproc.

swutil PROC DELETE myproc ALL