delete Link
See deleteLink(EntityValue, Property, EntityValue, HttpHeaders?, RequestOptions?).
Parameters
from
From parameter.
property
Property parameter.
See deleteLink(EntityValue, Property, EntityValue, HttpHeaders?, RequestOptions?).
Parameters
from
From parameter.
property
Property parameter.
to
To parameter.
See deleteLink(EntityValue, Property, EntityValue, HttpHeaders?, RequestOptions?).
Parameters
from
From parameter.
property
Property parameter.
to
To parameter.
headers
Headers parameter.
open fun deleteLink(from: EntityValue, property: Property, to: EntityValue, headers: HttpHeaders?, options: RequestOptions?)
Add a pending deleted link to the change set. The link will be deleted when this change set is submitted.
Parameters
from
Source entity for the link to be deleted.
property
Source navigation property for the link to be deleted.
to
Target entity for the link to be deleted.
headers
(nullable) Request-specific headers.
options
(nullable) Request-specific options.