Type Alias: DeleteProcessInstanceData
type DeleteProcessInstanceData = object;
Defined in: gen/types.gen.ts:13971
Properties
body?
optional body:
| {
operationReference?: OperationReference;
}
| null;
Defined in: gen/types.gen.ts:13972
path
path: object;
Defined in: gen/types.gen.ts:13975
processInstanceKey
processInstanceKey: ProcessInstanceKey;
The key of the process instance to delete.
query?
optional query: never;
Defined in: gen/types.gen.ts:13981
url
url: "/process-instances/{processInstanceKey}/deletion";
Defined in: gen/types.gen.ts:13982