Type Alias: DeleteResourceRequest
type DeleteResourceRequest = {
deleteHistory?: boolean;
operationReference?: OperationReference;
} | null;
Union Members
Type Literal
{
deleteHistory?: boolean;
operationReference?: OperationReference;
}
deleteHistory?
optional deleteHistory?: 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.
operationReference?
optional operationReference?: OperationReference;
null