Create a batch operation to delete process instances
POST/process-instances/deletion
Eventually Consistent About endpoint data consistency
Learn about endpoint consistencyDelete 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
- 200
- 400
- 401
- 403
- 500
The batch operation request was created.
The process instance batch operation failed. More details are provided in the response body.
The request lacks valid authentication credentials.
Response Headers
WWW-Authenticate
Forbidden. The request is not allowed.
An internal error occurred while processing the request.