deleteAccount

abstract fun deleteAccount(accountId: String)

Deletes the account with the specified accountId.

Parameters

accountId

The ID of the account to be deleted.

Throws

If an I/O error occurs during the deletion process.