removeConnection

open fun removeConnection(socialProvider: String, gigyaCallback: GigyaCallback<GigyaApiResponse>)

Request to remove a social network connection from existing account.

Parameters

socialProvider

Requested social provider.

gigyaCallback

Response callback.

See also

<a href="https://developers.gigya.com/display/GD/socialize.removeConnection+REST">socialize.removeConnection REST</a>

open fun removeConnection(@Nullable params: Map<String, Any>, gigyaCallback: GigyaCallback<GigyaApiResponse>)