account
Unlink a wallet from your account
Remove a linked wallet from your account.
Protected wallets cannot be unlinked:
- eoa_embedded: CDP-provisioned EOA that owns the Smart Account
- smart_account: ERC-4337 earning wallet (canonical earning wallet)
- server: Grove-controlled wallet for sending tips
Only external_linked wallets can be removed.
Authentication: Authorization: Bearer <CLIENT_JWT>
delete/v1/account/wallets/{wallet_id}
Path parameters
wallet_idstring required
Headers
authorizationstring nullable
Bearer JWT issued by Grove that identifies the account.
Bearer JWT issued by Grove that identifies the account.
Response
Successful Response
object required
Changes
No recorded changes to this endpoint across all 1 revision of this API.