ncloud_mailer_delete_template
Delete a legacy Cloud Outbound Mailer template by its template SID. This soft delete sets isUse=false and can be undone with restore; set confirm=true to execute.
Instructions
[Legacy Cloud Outbound Mailer API — merged into SENS on 2026-09-17; available only to projects migrated from Cloud Outbound Mailer and only for ~12 months (SENS overview: until Dec 2027). New mail sending/lookup: ncloud_sens_send_mail / ncloud_sens_list_mail_requests.] ⚠️ Destructive: Delete a mail template (DELETE /template/{templateSid}). This is a soft delete (isUse=false) that ncloud_mailer_restore_template can undo. Set confirm=true to execute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| region | No | Region path segment (KR=/api/v1, SGN=/api/v1-sgn, JPN=/api/v1-jpn). Defaults to the server region (NCLOUD_REGION) when it is one of these, otherwise KR | |
| confirm | No | Must be true to actually execute the destructive operation | |
| templateSid | Yes | Template SID to delete |