서브계정 커스텀필드 삭제
작성일 2026.03.21 | 수정일 2026.03.21
DELETE
/appstore/v2/me/apps/:appId/subaccounts/customfieldsParameters
appId*— SITE 앱 ID
서브계정의 특정 커스텀 필드를 삭제(초기화)합니다.
Body Params
Response
Structure
Request
{
"accountId": "12345678901234",
"customFieldNumber": 2
}
Response
{
"handleKey": "AP02SA_abc12345678901234567890",
"appId": "aBcDeFgHiJkL",
"accountId": "12345678901234",
"customField1": {
"name": "부서",
"value": "마케팅팀"
},
"customField2": null,
"customField3": null,
"customField4": null,
"customField5": null,
"dateCreated": "2024-01-15T09:00:00.000Z",
"dateUpdated": "2024-03-20T14:30:00.000Z"
}