🔐
w3auth
  • Welcome!
  • Installing
  • CORS
  • Authentication Flow
  • Integration Example
  • KYC
  • External Backend
  • API Reference
    • Active Chains
    • Nonce
    • Verify nonce
    • Link Wallet
    • Unlink Wallet
    • Profile & Custom fields
    • Logout
  • Package
    • React JS
  • Connect API
    • Enable API
    • User details
    • Allowlist Address
    • Blocklist Address
    • Get Settings
    • NFT Gating
    • Token Gating
Powered by GitBook
On this page
  1. API Reference

Unlink Wallet

You need to enable unlink_wallet option from settings

GET /api/user/unlink_wallet

Headers

Name
Type
Description

authorization*

String

For the profile to be updated, you need to attach the JWT token.

Request Body

Name
Type
Description

signature*

String

signed_message*

String

Make sure the string Address: appears in the signed message.

wallet_address*

String

{
   success: "You have removed the wallet from your account."
}
{
   error: "You cannot remove the primary wallet from your account."
}
PreviousLink WalletNextProfile & Custom fields

Last updated 2 years ago