title | type |
---|---|
Unload Wallet |
core |
Unloads specified wallet.
Parameter | Type | Required | Description |
---|---|---|---|
wallet | String | No | Base58 Primary Wallet address in case multiple wallets are being used. |
Error | Description |
---|---|
RPC_INTERNAL_ERROR | An unknown error occurred in the node. Please check the node log for details. |
- a JSON object with "OK" string, if wallet was unloaded in result field.
- a JSON object with "FAIL" string in result field, if wallet can't be unloaded.
GET http://localhost:8081/unloadWallet
{
"result": "OK",
"error": null,
"id": null
}