Best practices to remove Camunda history

what would be the best practice to remove Camunda history? I am seeing hundreds of old deployments and history that should be cleaned up in our DEV and UAT environment.

Hi @ahackney23,

you can use the data to test the cleanup of the production server and delete deployment with this REST endpoint: https://docs.camunda.org/manual/7.13/reference/rest/deployment/delete-deployment/.

If you are impaitent it’s ok to drop and recreate the database tables.

Hope this helps, Ingo