Web Services Developer's Guide → Web Services API Reference → SBM Administrative Web Services → Administrative Calls → DeleteProcessApp
This service deletes a specified process app and all its data, given the proper privilege.
| Argument | Type | Description | 
|---|---|---|
| auth (optional) | Auth | The Auth type supplies credentials and optionally, a host name for licensing. The userId and password can be specified with HTTP BASIC or WS-SECURITY instead. | 
| processAppName (required) | string | The name of the process app to be deleted. | 
An empty XML response is returned:
<ae:DeleteProcessAppResponse></ae:DeleteProcessAppResponse>
The process app is deleted. Failure will not delete the process app.
This call permanently deletes the process app that you specify.
The following XML is a snippet of the payload being sent with DeleteProcessApp.
<urn:DeleteProcessApp>
    <urn:auth>
        <urn:userId>admin</urn:userId>
        <urn:password></urn:password>
        <urn:hostname>localhost</urn:hostname>
    </urn:auth>
    <urn:processAppName>Incident Management</urn:processAppName>
    <urn:options></urn:options>
</urn:DeleteProcessApp>
 
    Copyright © 2007–2016 Serena Software, Inc. All rights reserved.