Skip to main content

Interface: RepoDeleteOptions

Defined in: service-core/src/models/RepoUtils.ts:63

The available options for the RepoUtils.delete() operation.

Extends

Properties

ignoreACL?

optional ignoreACL?: boolean

Defined in: service-core/src/models/RepoUtils.ts:39

Set to true to ignore the ACL permissions check.

Inherited from

RepoOperationOptions.ignoreACL


purge?

optional purge?: boolean

Defined in: service-core/src/models/RepoUtils.ts:65

Set to true to permanently remove the object from the database (if applicable).


pushChannels?

optional pushChannels?: string[]

Defined in: service-core/src/models/RepoUtils.ts:41

An additional list of channel names to send push notifications to.

Inherited from

RepoOperationOptions.pushChannels


recordEvent?

optional recordEvent?: boolean

Defined in: service-core/src/models/RepoUtils.ts:43

Indicates if a telemetry event should be broadcast for the request.

Inherited from

RepoOperationOptions.recordEvent


skipPush?

optional skipPush?: boolean

Defined in: service-core/src/models/RepoUtils.ts:45

Set to true to not send a push notification.

Inherited from

RepoOperationOptions.skipPush


transaction?

optional transaction?: TransactionInfo

Defined in: service-core/src/models/RepoUtils.ts:47

The transactional session to execute the operation within.

Inherited from

RepoOperationOptions.transaction


user?

optional user?: JWTUser

Defined in: service-core/src/models/RepoUtils.ts:49

The authenticated user making the request.

Inherited from

RepoOperationOptions.user


version?

optional version?: string | number

Defined in: service-core/src/models/RepoUtils.ts:67

The desired version number of the resource to delete.