Remove Account
//trimble-id-android/com.trimble.id.android/MultiUserAccountManager/removeAccount
removeAccount
[androidJvm]
open suspend override fun removeAccount(id: String): Boolean
Remove a specific account by its identifier.
This method deletes the account from the application’s storage.
Return
True if the account was successfully removed, false otherwise.
Parameters
androidJvm
| id | The unique subject identifier (sub) of the account to remove. |