Delete all Historic Variable Instances of a Process Instance
Deletes all variables of a process instance from the history by id.
Method
DELETE /history/process-instance/{id}/variable-instances
Parameters
Path Parameters
Name | Description |
---|---|
id | The id of the process instance for which all historic variables are to be deleted. |
Result
No content.
Response Codes
Code | Media type | Description |
---|---|---|
204 | 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/variable-instances
Response
Status 204. No content.