Account.Delete
Emitted when an account is deleted.
Fields
| Field | Type | Required | Description |
|---|---|---|---|
eventType | string | yes | Always "Account.Delete" |
data | object | yes | Deletion details |
data.kuid | string (UUID) | yes | k-ID user ID |
data.productId | number | yes | Product ID |
Example
{
"eventType": "Account.Delete",
"data": {
"kuid": "7a1f2c3d-4e5f-6789-abcd-ef0123456789",
"productId": 11472
}
}