deleteUser

abstract fun deleteUser(listener: RainbowListener<Unit, Unit>? = null)

Deletes the connected user. Be careful, you will not be able to use this account anymore.

Parameters

listener

RainbowListener? (optional) callback invoked upon completion of the operation. Set to null if not required.