How to delete multiple processInstances or processDefinitions at once

Hey Team ,
I’m using camunda 8 self managed docker setup , so for migrating camunda 7 to camunda 8 we are testing few api’s for POC , by using Operate API I’m able to delete a processInstance but I want to delete multiple processInstances at once and also by using Zeebe client newDeleteResourceCommand I’m able to delete a processDefinition but I want to delete multiple processDefinitions at once , any idea how to achieve this .

Thank you in advance

@Mukesh_Reddy - please stop tagging forum users who have not participated in the current topic. This is a community forum, not an official support channel. If you need priority support with SLAs I can get you in touch with our enterprise support team.

There is currently no endpoint that supports multiple deletions at once; you must make one API call for each one you wish to delete.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.