DeleteOptions
Defined in: packages/repo/src/types.ts:501
Options for Repository.delete.
Properties
Section titled “Properties”contextValues?
Section titled “contextValues?”
optionalcontextValues?:ContextValues
Defined in: packages/repo/src/types.ts:517
Advanced: reuse an existing context bag for a nested repository call. When omitted, the repository creates a fresh bag for this operation.
transaction?
Section titled “transaction?”
optionaltransaction?:Engine
Defined in: packages/repo/src/types.ts:511
Run the operation within a transaction.
validateOnly?
Section titled “validateOnly?”
optionalvalidateOnly?:boolean
Defined in: packages/repo/src/types.ts:508
If true, the resource is validated for existence but not deleted.
No database mutation occurs.