ncloud_sens_delete_sms_unsubscribes
Remove phone numbers from the SMS unsubscribe list to re-enable message delivery. Set confirm=true to execute.
Instructions
⚠️ Destructive: Remove numbers from the SMS unsubscribe list so they can receive messages again (DELETE /sms/v2/services/{serviceId}/unsubscribes with a JSON array body → 204). Set confirm=true to execute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be true to actually execute the destructive operation | |
| serviceId | No | SMS service ID in NRN form (e.g. ncp:sms:kr:1********2:myproject). Defaults to NCLOUD_SENS_SMS_SERVICE_ID / NCLOUD_SENS_SERVICE_ID. Find it with ncloud_sens_list_projects (smsService.serviceId). A 'Forbidden' reply means the project does not have this channel enabled. | |
| clientTelNos | Yes | Numbers to remove from the list (≤1,000) |