Class EntitiesClientDeleteOptionsAbstract

The contract used to specify the options for DELETE calls for Entities.

Constructors

Properties

apiVersion?: API_VERSION

Ignored in delete calls.

entityName?: string

The entity type to be fetched. e.g. 'item' If reference is passed, the entity name of the reference will be used.

id?: string

The id of the entity to be fetched. If referenceis passed, the id of the reference will be used.

reference?: string

A reference to the entity to be fetched. e.g. item:123. If reference is passed, it overrides entityName and id.

suffix?: string

Used to specify a suffix to the resource path.

Generated using TypeDoc