SOAP API - purgeDeletedResources

The table summarizes the SOAP API - purgeDeletedResources.

Request Uses the purgeDeletedResources element (from the OrgResourceService schema)
Parameter notes

all: Specifies that all deletion records are to be purged.

guid: Identifies individual deletion records that are to be purged.

Response Returns a purgeDeletedResourcesResponse element (from the OrgResourceService schema)
Example Request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:res="http://resource.api.de.bpm.tibco.com">
   <soapenv:Header/>
   <soapenv:Body>
      <res:purgeDeletedResources>
         <all/>
      </res:purgeDeletedResources>
   </soapenv:Body>
</soapenv:Envelope>
Response:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
   <SOAP-ENV:Header/>
   <SOAP-ENV:Body>
      <purgeDeletedResourcesResponse purge-count="10" xmlns="http://resource.api.de.bpm.tibco.com"/>
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>