Skip to content

DeleteOptions

Defined in: packages/repo/src/types.ts:501

Options for Repository.delete.

optional contextValues?: 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.


optional transaction?: Engine

Defined in: packages/repo/src/types.ts:511

Run the operation within a transaction.


optional validateOnly?: boolean

Defined in: packages/repo/src/types.ts:508

If true, the resource is validated for existence but not deleted. No database mutation occurs.

https://google.aip.dev/163