# Disconnect from Xverse Wallet

[You can use `request("wallet_disconnect")`  to disconnect your app from the user's  wallet.](#user-content-fn-1)[^1]

This method clears the app's [permissions](https://docs.xverse.app/sats-connect/xverse-wallet-permissions) for all wallet accounts, effectively disconnecting the user.

Your app will then need to [connect to the user's account](https://docs.xverse.app/sats-connect/connecting-to-the-wallet) again to fetch account data.

[^1]: TBD if we add a wallet\_disconnect method [Eduard Bardají Puig](https://app.gitbook.com/u/7FXSPuUgMIVDB43EQ1PSB3GYhCy1 "mention")[Mahmoud Aboelenein](https://app.gitbook.com/u/EnsLtHq9yaXdMmE5DNbxJsnQUM22 "mention")


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.xverse.app/sats-connect/connecting-to-the-wallet/disconnect-from-xverse-wallet.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
