deleteEntity

open fun deleteEntity(entity: EntityValue)

See deleteEntity(EntityValue, HttpHeaders?, RequestOptions?).

Parameters

entity

Entity parameter.


open fun deleteEntity(entity: EntityValue, headers: HttpHeaders?)

See deleteEntity(EntityValue, HttpHeaders?, RequestOptions?).

Parameters

entity

Entity parameter.

headers

Headers parameter.


open fun deleteEntity(entity: EntityValue, headers: HttpHeaders?, options: RequestOptions?)

Add a pending deleted entity to the change set. The entity will be deleted when this change set is submitted.

Parameters

entity

Entity to be deleted.

headers

(nullable) Request-specific headers.

options

(nullable) Request-specific options.