deleteStream

open fun deleteStream(entity: EntityValue, link: StreamLink)

See deleteStream(EntityValue, StreamLink, HttpHeaders?, RequestOptions?).

Parameters

entity

Entity parameter.

link

Link parameter.


open fun deleteStream(entity: EntityValue, link: StreamLink, headers: HttpHeaders?)

See deleteStream(EntityValue, StreamLink, HttpHeaders?, RequestOptions?).

Parameters

entity

Entity parameter.

link

Link parameter.

headers

Headers parameter.


open fun deleteStream(entity: EntityValue, link: StreamLink, headers: HttpHeaders?, options: RequestOptions?)

Add a stream delete request to the change set. The stream will be deleted when this change set is submitted.

Parameters

entity

Entity containing the stream property whose content is to be deleted.

link

Stream link for the stream to be deleted.

headers

(nullable) Optional request-specific headers.

options

(nullable) Optional request-specific options.