cancel
Showing results for 
Search instead for 
Did you mean: 

How to cascade delete process instance via REST API ?

mondrus
Champ in-the-making
Champ in-the-making
Hi,
I want to know a correct way to complete process instance deletion (via REST API). I need delete all process related informations (history, tasks, etc.).

thank you for response
1 REPLY 1

trademak
Star Contributor
Star Contributor
Hi,

Please post these kind of questions to the user board.
If you want to delete a specific process instance you can invoke:

/processInstance/{processInstanceId} (use a HTTP DELETE)

Best regards,