How to delete a workflow completely from the Engine (all of its deployed versions) using REST API

Hi ,

Can anyone please adivice how to delete or remove an entire workflow from the process engine?

Suppose I have a process instance with multiple versions and I have to delete the process instance as such completely and not just the latest deployment using RestApi.

Thanks and Regards,
Albin

Everything you’ll need to do with the REST API will be documented in the docs Page: https://docs.camunda.org/manual/latest/reference/rest/

The call you’re looking for is here: https://docs.camunda.org/manual/7.8/reference/rest/process-definition/delete-process-definition/