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

XMLWordPrintable

      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.

      Delete Async (POST)

      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"
      }
      

            Assignee:
            Unassigned
            Reporter:
            Aravindh Ravi
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: