Skip to main content

CrudDeleteConfig

Information about Crud delete configuration. Used as a parameter in crudDelete function.

Extends

  • WithUserId

Properties

ignoreDbUpdateConcurrencyException?

optional ignoreDbUpdateConcurrencyException: boolean

If true, ignores concurrency exceptions during deletion.


resourceId

resourceId: string

The unique identifier of the resource to delete.


resourceName

resourceName: string

The name of the resource to delete.


userId

userId: string

The id of the user performing the delete operation.

Overrides

WithUserId.userId