account_delete_account
Remove an account from the NEAR blockchain, transfer its remaining balance to a specified beneficiary, and delete associated keypair data from the local keystore.
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 |