Does DELETE /history/process-instance/ Delete all Associated Data?

I have a question about the REST API endpoint: DELETE /history/process-instance/{id}.

Does this endpoint delete all history data this is associated with the specified process-instance id? Does it deleted the associated historic variable instances, historic activity instances, historic tasks, etc.?

1 Like

Hey @Stephen_Bucholtz,

you are absolutely correct in your assumption.
All related data is deleted as well.

Best regards
Tobias

2 Likes

Thank you for the quick response.