@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias DeleteResourceRequest

    DeleteResourceRequest:
        | { deleteHistory?: boolean; operationReference?: OperationReference }
        | null

    Type Declaration

    • { deleteHistory?: boolean; operationReference?: OperationReference }
      • OptionaldeleteHistory?: boolean

        Indicates if the historic data of a process resource should be deleted via a batch operation asynchronously.

        This flag is only effective for process resources. For other resource types (decisions, forms, generic resources), this flag is ignored and no history will be deleted. In those cases, the batchOperation field in the response will not be populated.

      • OptionaloperationReference?: OperationReference
    • null