REST API - purgeTerminatedProcessInstances
The table summarizes the REST API - purgeTerminatedProcessInstances.
Request
| Format | DELETE <baseurl>/process/purge/terminated/instances |
| Query parameters |
|
Response
| JSON | If successful, returns 200 OK in the response header, and Status Message as shown in the example in the response body. |
| XML | If successful, returns 200 OK in the response header, and Status Message as shown in the example in the response body. |
Example
| Request | GET <baseurl>/process/purge/terminated/instances?states=COMPLETED&thresholddate=P2Y4M5DT10H12M15S |
| Response | {
"xml-fragment": {
"statusMessage": "",
"totalInstanceCount": 0,
"status": "PURGE_IN_PROGRESS"
}
}
|