Type Alias: DeleteProcessInstancesBatchOperationData
type DeleteProcessInstancesBatchOperationData = object;
Defined in: gen/types.gen.ts:13428
Properties
body
body: object;
Defined in: gen/types.gen.ts:13432
The process instance filter that defines which process instances should be deleted.
filter
filter: ProcessInstanceFilter;
The process instance filter.
operationReference?
optional operationReference: OperationReference;
path?
optional path: never;
Defined in: gen/types.gen.ts:13439
query?
optional query: never;
Defined in: gen/types.gen.ts:13440
url
url: "/process-instances/deletion";
Defined in: gen/types.gen.ts:13441