Deleting Keys
Command
To delete a key from sagacli
, you can use the key delete command in the following manner:
IMPORTANT:: Please bear in mind that before you delete a key, you should ensure that
There are no assets i.e. chainlets associated to the address belonging to the key being deleted. If there are any assets, you will not be able to transact with these assets as those transactions would require signatures provided by the key.
The address associated with the key does not have an escrow balance. If the balance exists, you can only withdraw this balance if you have a way to regenerate the key being deleted.
Most importantly, you should ensure that you have a way to regenecrate the key i.e. you have the mnemonic phrase used to create the key. Without this mnemonic, the key cannot be regenerated once deleted.
Deleting Key Example
In the following example, we have a key called test
that we'd like to delete from sagacli
Here are the details of the key indicating that it is present in sagacli
Note: It is a good idea to get prompted for confirmation while deleting a key. However, if you do not wish to be prompted for confirmation, simply pass the -y
flag:
To delete with confirmation:
Checking Deletion
Here we list all existing keys in sagacli
(default os
keyring) to check that the key named test1
has actually been deleted.
Further Details
To get a full list of options on the keys delete command, type
Last updated