Skip to main content
Version: 8.9 (unreleased)

Create a batch operation to delete process instances

POST 

/process-instances/deletion

Eventually Consistent About endpoint data consistency

Learn about endpoint consistency

Delete multiple process instances. This will delete the historic data from secondary storage. Only process instances in a final state (COMPLETED or TERMINATED) can be deleted. This is done asynchronously, the progress can be tracked using the batchOperationKey from the response and the batch operation status endpoint (/batch-operations/{batchOperationKey}).

Request

Responses

The batch operation request was created.