Remove Account
//trimble-id-android/com.trimble.id.android/IAccountManager/removeAccount
removeAccount
[androidJvm]
abstract suspend 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. |