그룹 메시지 삭제
작성일 2026.03.05 | 수정일 2026.08.17
DELETE
/messages/v4/groups/:groupId/messagesParameters
groupId*— 메시지를 삭제할 그룹의 아이디
그룹에서 특정 메시지를 삭제합니다. 잘못 추가한 메시지를 발송 전에 제거할 때 사용합니다.PENDING 상태인 그룹의 메시지만 삭제할 수 있습니다.
DELETE
/messages/v4/groups/fast/:groupId/messagesParameters
groupId*— 메시지를 삭제할 그룹의 아이디
고속 접수 그룹에서 잘못 추가한 메시지를 발송 전에 삭제합니다. 요청과 응답 형식은 기존 그룹 메시지 삭제 API와 동일합니다.
Body Params
Response
Structure
Request
{
"messageIds": [
"M4V20260302143506CQKNPHTPCX4P5E",
"M4V20260302143506DRLMPITQDX5Q6F"
]
}
Response
{
"groupId": "G4V20260302143025ABCDEFGHIJKLMNO",
"errorCount": 0,
"resultList": [
{
"messageId": "M4V20260302143506CQKNPHTPCX4P5E",
"resultCode": "Success"
},
{
"messageId": "M4V20260302143506DRLMPITQDX5Q6F",
"resultCode": "Success"
}
]
}