메인 콘텐츠로 건너뛰기
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
}

Authorizations

Authorization
string
header
required

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

Path Parameters

projectId
string
required

프로젝트 ID

Query Parameters

unsubscribeNo
string
required

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

recipientNoList
string
required

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

Response

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

success
boolean