Deactivates wallet protection. `Command syntax:` ```actionscript wallet deactivate -w <wallet_name> -password <password> ``` `Options:` ```actionscript -w - name of the wallet -password - wallet password ``` ### CLI Example `Command:` ```actionscript cellframe-node-cli wallet deactivate -w personalwallet -password 1234 ``` `Response:` ``` Wallet personalwallet is deactivated ``` ### JSON-RPC Example ![[JSON-RPC Request - WALLET DEACTIVATE]]