account_delete_account
Remove an account from the NEAR blockchain, clearing it from the local keystore and transferring its remaining balance to a specified beneficiary account.
Instructions
Delete an account from the NEAR blockchain. This will also remove the account from the local keystore and any associated keypair.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
accountId | Yes | The account to delete. | |
beneficiaryAccountId | Yes | The account that will receive the remaining balance of the deleted account. | |
networkId | No | mainnet |