Remove a wallet registration from your account.
cURL
curl --request DELETE \ --url https://api.lasersell.io/v1/wallets \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "wallet_pubkey": "9WzDXwBbmkg8ZTbNMqUxvQRAyrZzDsGYdLVL9zYtAWWM" } '
{ "wallet_pubkey": "9WzDXwBbmkg8ZTbNMqUxvQRAyrZzDsGYdLVL9zYtAWWM", "removed": true }
Your LaserSell API key. Obtain one from the LaserSell dashboard.
Solana wallet public key to unregister (base58).
"9WzDXwBbmkg8ZTbNMqUxvQRAyrZzDsGYdLVL9zYtAWWM"
Wallet unregistered successfully.
The unregistered wallet public key.
Whether the wallet was successfully removed.
true