unregisterClient

open suspend fun unregisterClient()

See unregisterClient_(Boolean).


open suspend fun unregisterClient(deleteFromServer: Boolean)

Forget any client registration previously established by {@link com.sap.cloud.mobile.kotlin.odata.DataServiceAsync#registerClient_(com.sap.cloud.mobile.kotlin.odata.EntityValue?) DataServiceAsync.registerClient}. Also attempts to make a call to the server to delete the associated entity, if the deleteFromServer parameter is true.

Parameters

deleteFromServer

Specify a value of true to request the server to also delete the corresponding entity.