메인 콘텐츠로 건너뛰기
DELETE
/
projects
/
{projectId}
/
messages
/
text-message
/
blockservice
/
recipients
/
removes
remove-080-block-recipients
curl --request DELETE \
  --url https://api.notifly.tech/projects/{projectId}/messages/text-message/blockservice/recipients/removes \
  --header 'Authorization: <api-key>'
{
  "success": true
}

인증

Authorization
string
header
필수

POST /authenticate로 발급받은 인증 토큰

경로 매개변수

projectId
string
필수

프로젝트 ID

쿼리 매개변수

unsubscribeNo
string
필수

080 수신 거부 번호 (최대 20자)

recipientNoList
string
필수

삭제할 수신 거부 번호 (콤마로 구분)

응답

성공적인 수신거부 삭제입니다

success
boolean