앱 삭제
작성일 2026.03.20 | 수정일 2026.03.20
DELETE
/appstore/v2/me/apps/:appIdParameters
appId*— 삭제할 앱 ID
자신의 앱을 삭제합니다. LIVE 상태가 아닌 앱만 삭제 가능합니다.
Response
Structure
Response
{
"appInfo": {
"appId": "aBcDeFgHiJkL",
"appName": "메시지 발송 도우미",
"appVersion": null,
"accountId": "12345678901234",
"clientId": "COID_abcdefghijkl",
"thumbnail": null,
"screenshots": [],
"homepage": null,
"profit": {
"sms": 2,
"lms": 5,
"mms": 10,
"ata": 3,
"cta": 8,
"cti": 0,
"nsa": 0,
"rcs_sms": 0,
"rcs_lms": 0,
"rcs_mms": 0,
"rcs_tpl": 0,
"rcs_itpl": 0,
"rcs_ltpl": 0,
"fax": 0,
"voice": 0,
"bms_text": 0,
"bms_image": 0,
"bms_wide": 0,
"bms_wide_item_list": 0,
"bms_carousel_feed": 0,
"bms_premium_video": 0,
"bms_commerce": 0,
"bms_carousel_commerce": 0,
"bms_free": 0
},
"categories": [
"메시징"
],
"intro": null,
"description": null,
"stage": "DEVELOP",
"status": "ACTIVE",
"email": null,
"type": "APP",
"deductFromMaster": false,
"ssoAllowedIp": [],
"allowIframe": false,
"customerCenterNumber": null,
"alwaysUseSubAccount": false,
"appDomain": null,
"customDomain": null,
"apphomeConfig": {
"primaryColor": null,
"secondaryColor": null,
"sideMenu": true,
"menuItemsVisibility": {
"sideMenu": true,
"headerMenu": true,
"supportButton": true
},
"channelTalkPluginId": null,
"slogan": true
},
"redirectUri": "https://example.com/callback",
"scope": "users:read",
"dateCreated": "2024-01-15T09:00:00.000Z",
"dateUpdated": "2024-03-20T14:30:00.000Z"
}
}