Delete a Historic Process Instance
Deletes a process instance from the history by id.
Method
DELETE /history/process-instance/{id}
Parameters
Path Parameters
| Name | Description |
|---|---|
| id | The id of the historic process instance to be deleted. |
Query Parameters
| Name | Description |
|---|---|
| failIfNotExists | If set to false, the request will still be successful if the process id is not found. |
Result
No content.
Response Codes
| Code | Media type | Description |
|---|---|---|
| 204 | application/json | Request successful. |
| 404 | application/json | Historic process instance with given id does not exist. See the Introduction for the error response format. |
Example
Request
DELETE /history/process-instance/aProcInstId
Response
Status 204. No content.