본문으로 건너뛰기

Account.Delete

계정이 삭제될 때 발생합니다.

필드

필드유형필수설명
eventTypestring항상 "Account.Delete"
dataobject삭제 세부 정보
data.kuidstring (UUID)k-ID 사용자 ID
data.productIdnumber제품 ID

예시

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