Skip to main content

Account.Delete

Emitted when an account is deleted.

Fields

FieldTypeRequiredDescription
eventTypestringyesAlways "Account.Delete"
dataobjectyesDeletion details
data.kuidstring (UUID)yesk-ID user ID
data.productIdnumberyesProduct ID

Example

{
"eventType": "Account.Delete",
"data": {
"kuid": "7a1f2c3d-4e5f-6789-abcd-ef0123456789",
"productId": 11472
}
}