For the complete documentation index, see llms.txt.
Skip to main content
Version: 8.10 (unreleased)

Delete process instances (batch)Added in 8.9

POST 

/process-instances/deletion

Strongly Consistent About endpoint data 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}).

Required permissions

When authorization is enabled, this endpoint requires the following permission. See resources and permissions to learn more.

Resource typePermission
BATCHCREATE or CREATE_BATCH_OPERATION_DELETE_PROCESS_INSTANCE

Request

Responses

The batch operation request was created.