Camunda REST API Delete All historic From Process Instance

Hi there!
I’d like to know when I use DELETE HISTORY (with POST METHOD) by REST API whether all history will be cleaned.
When I say all history I’m saying about the variables, the activities history …

Currently, I’m using this service … Delete Async (POST) | docs.camunda.org

Thanks a lot!

This seems fine if you want to do it manually, but it might be easier to set a History Time to Live on your processes and let the engine take care of removing the old data.

Hi @edubritochaves,

yes, all data like activities, variables, jobs, … that belong to the process instance will be deleted as well.

Hope this helps, Ingo

1 Like