SOAP API - stopPurgeTerminatedProcessInstances

The table summarizes the SOAP API - stopPurgeTerminatedProcessInstances.

Request Uses the stopPurgeTerminatedProcessInstancesRequest element (from the ProcessManagement schema)
Response Returns an stopPurgeTerminatedProcessInstancesResponse element (from the ProcessManagement schema)
Example Request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:proc="http://www.tibco.com/bx/2009/management/processManagerType">
   <soapenv:Header/>
   <soapenv:Body>
      <proc:stopPurgeTerminatedProcessInstancesRequest/>
   </soapenv:Body>
</soapenv:Envelope>
Response:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
   <SOAP-ENV:Header/>
   <SOAP-ENV:Body>
      <stopPurgeTerminatedProcessInstancesResponse xmlns="http://www.tibco.com/bx/2009/management/processManagerType">
         <statusMessage>321 has been purged.</statusMessage>
         <totalInstanceCount>321</totalInstanceCount>
         <status> PURGE_STOPPED</status>
      </stopPurgeTerminatedProcessInstancesResponse>
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>