발신번호 삭제
작성일 2026.03.17 | 수정일 2026.03.24
DELETE
/senderid/v1/numbers/:phoneNumberParameters
phoneNumber*— 삭제할 발신번호
등록된 발신번호를 삭제합니다. ACTIVE 상태의 발신번호는 삭제할 수 없으므로, 먼저 INACTIVE로 상태를 변경해야 합니다. 삭제 시 계정에 이메일 알림이 발송됩니다.
Response
Structure
Response
{
"accountId": "12345678901234",
"limit": 5,
"senderIds": [
{
"handleKey": "SID_abc123",
"phoneNumber": "01012345678",
"status": "PENDING",
"method": null,
"expireAt": null,
"autoExtension": true,
"necessaryMeasures": [
"BUSINESS_DOCUMENTS"
],
"consignment": false,
"approvalDocuments": [
{
"approvalId": "APR_abc123",
"status": "PENDING",
"reason": null,
"documentList": {
"certificateDocument": [
"DOC_abc123"
],
"employmentCertificate": "DOC_def456"
},
"consignmentDocumentList": null,
"dateCreated": "2024-07-01T12:00:00.000Z",
"dateUpdated": "2024-07-01T12:00:00.000Z"
}
],
"unlockDuplicate": null,
"dateCreated": "2024-07-01T12:00:00.000Z",
"dateUpdated": "2024-07-01T12:00:00.000Z"
}
],
"limitationDocuments": [],
"dateCreated": "2024-01-01T00:00:00.000Z",
"dateUpdated": "2024-07-01T12:00:00.000Z"
}