[#wallet-RemoveWalletSetting] = xref:wallet.adoc[wallet]::RemoveWalletSetting :relfileprefix: ../ :mrdocs: Remove wallet name from persistent configuration so it will not be loaded on startup. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool RemoveWalletSetting( xref:interfaces/Chain.adoc[interfaces::Chain]& chain, std::string const& wallet_name); ---- == Return Value true if the setting was removed. == Parameters [cols="1,4"] |=== | Name| Description | *chain* | The chain interface holding persistent settings. | *wallet_name* | The wallet name to remove. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#