예약 문자 취소
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}
발송 예정 일시 10분 전에는 예약을 취소 및 수정할 수 없습니다.
발송 등록 일시 5분 내에는 예약을 취소 및 수정할 수 없습니다.
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