문자 템플릿 다건 삭제

템플릿 API 목록

No
Method
API
Description
1

DELETE

/v1/openapi/template/message

문자 템플릿 다건 삭제 API

1. 문자 템플릿 다건 삭제

DELETE https://api.megabird.co.kr:8080/v1/openapi/template/message

1-1. Query Parameters

Name
Type
Required
Description
Example

tmplIdList

Array<String>

Y

템플릿 아이디 목록

SLM0000256, SLM0000257

1-2. Request Example

https://api.megabird.co.kr:8080/v1/openapi/template/message/tmplIdList=SLM0000256,SLM0000257

1-3. Response Example

{
    "success": true,
    "code": "200",
    "message": "성공",
    "data": {
        "templateId" : "SLM0000256"
    },
    "timestamp": "2024-04-30T15:45:49.921819"
}

Last updated