Skip to content

Unlink Wallet

DELETE
/api/v1/user/wallets/{wallet_id}
curl --request DELETE \
--url https://api.qeychain.xyz/api/v1/user/wallets/example

Unlink a wallet from your account.

Only the wallet owner can unlink it.

wallet_id
required
Wallet Id
string

Successful Response

Media typeapplication/json
Response Unlink Wallet Api V1 User Wallets Wallet Id Delete
object
key
additional properties
any
Examplegenerated
{}

Validation Error

Media typeapplication/json
HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
Examplegenerated
{
"detail": [
{
"loc": [
"example"
],
"msg": "example",
"type": "example"
}
]
}