cURL
curl --request DELETE \ --url https://api-bluvo.com/v0/wallet \ --header 'x-bluvo-api-key: <api-key>' \ --header 'x-bluvo-org-id: <api-key>' \ --header 'x-bluvo-project-id: <api-key>' \ --header 'x-bluvo-wallet-id: <api-key>'
{ "success": true, "message": "Wallet wallet_01H9X3Z7N5V2KJ4G8P6QR5T3Y2 deleted successfully" }
Delete a connected exchange wallet.
Bluvo API Key
Bluvo Organization ID
Bluvo Project ID
Bluvo Wallet ID
Successful response
Was this page helpful?