It’s good practice to close unneeded accounts. You can only close accounts that you have created and are currently empty.
val options = CloseAccountOption(
	account = "",   //optional
	tokens  = listOf(Token.KIN.mint())
)
val result = Altude.closeAccount(options)