DELETE
/
v0
/
cex
/
wallet
Delete Wallet
curl --request DELETE \
  --url https://api-bluvo.com/v0/cex/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"
}

Authorizations

x-bluvo-api-key
string
header
required

Bluvo API Key

x-bluvo-org-id
string
header
required

Bluvo Organization ID

x-bluvo-project-id
string
header
required

Bluvo Project ID

x-bluvo-wallet-id
string
header
required

Bluvo Wallet ID

Response

200 - application/json

Successful response

The response is of type object.