wallet.deleted
Fired when a wallet is removed from your project, either by the user or programmatically.When this event is sent
- A user disconnects a wallet through the Bluvo widget or Portal
- A wallet is deleted via the API
Payload
Example payload
Fields
| Field | Type | Description |
|---|---|---|
data.wallet.id | string | Unique wallet identifier |
data.wallet.projectId | string | Project the wallet belonged to |
data.wallet.exchange | string | Exchange identifier |
After receiving this event, any stored data associated with the wallet ID should be cleaned up in your system.