ncloud_sens_cancel_sms_reservation
Cancel a scheduled SMS reservation before it is sent by providing the reservation ID. Set confirm=true to execute, preventing the pending message from being delivered.
Instructions
⚠️ Destructive: Cancel a scheduled SMS request before it is sent (DELETE /sms/v2/services/{serviceId}/reservations/{reserveId} → 204). Set confirm=true to execute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be true to actually execute the destructive operation | |
| reserveId | Yes | Reservation ID (requestId of the scheduled send) | |
| 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. |