delete_procedure
Deletes a deployment procedure. If the purge option is used, the procedure is deleted permanently. Otherwise, it is moved to the recycle bin.
Format
emcli delete_procedure
      [-procedure={procedure guid}] 
      [-name={procedure name}] 
      [-owner={procedure owner}] 
      [-purge]Parameters
- 
                        procedure The procedure GUID. 
- 
                        name The procedure name. 
- 
                        owner The procedure owner. Note: The name and owner parameters must be used together. 
- 
                        purge Deletes the procedure permanently. 
Example
The following example permanently deletes the procedure 16B15CB29C3F9E6CE040578C96093F61.
emcli delete_procedure       -procedure=16B15CB29C3F9E6CE040578C96093F61 
      -purge