예약 문자 취소

API 목록

No
Method
API
Description

1

DELETE

/v1/openapi/sms/reserve/{msgGrpNo}

예약 문자 취소 API

1. 문자 발송

DELETE https://api.megabird.co.kr:8080/v1/openapi/sms/reserve/{msgGrpNo}

1.1 Headers

Name
Type
Description

Authorization*

String

발급받은 API Key

Content-Type*

String

application/json

1.2 Path Parameter

Name
Type
Required
Description
Example

msgGrpNo

String

Y

메시지 그룹번호

12345678

Response Example

{
    "success": true,
    "code": "200",
    "message": "성공",
    "data": {
        "result": "DELETE",
        "msgGrpNo": 11527793
    },
    "timestamp": "2025-06-17T18:37:51.699376"
}

Last updated