Skip to main content
Version: 2.0.0

Disconnecting Links

To disconnect or disestablish a link, call the instance method disconnect() on the CoinbaseWallet object/instance, or the instance method close() on the Coinbase Wallet SDK Web3 Provider object. This disestablishes the link, and requires the user to reconnect by scanning QR code again.

coinbaseWallet.disconnect()
// is the same as the following:
ethereum.close()

Next steps:

Was this helpful?