Camunda docs v7.11 /process-instance/delete api is not updated

I was using /process-instance/delete rest api and in the response it returns new field called createUserId which is not documented in the below rest api response.

POST /process-instance/delete : Deletes multiple process instances asynchronously (batch).

{
  "id": "aBatchId",
  "type": "aBatchType",
  "totalJobs": 10,
  "batchJobsPerSeed": 100,
  "jobsCreated": 10,
  "invocationsPerBatchJob": 1,
  "seedJobDefinitionId": "aSeedJobDefinitionId",
  "monitorJobDefinitionId": "aMonitorJobDefinitionId",
  "batchJobDefinitionId": "aBatchJobDefinitionId",
  "suspened": false,
  "tenantId": "aTenantId"
}

Hi @aravindhrs,

thanks for reporting this. The changes that introduced this were related to https://app.camunda.com/jira/browse/CAM-9230.

Feel free to open a CAM issue for the missing documentation or raising a pull request.

Cheers,
Miklas

@Miklas thanks for the confirmation. I have raised the CAM issue : CAM-10678.