eda_sch_manufacture_data_delete_bom_template
Delete a specified BOM template from the schematic manufacture data. Returns a boolean indicating whether the operation succeeded.
Instructions
sch_ManufactureData.deleteBomTemplate(template: string) -> Promise 删除 BOM 模板 returns: 操作是否成功
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |