eda_sys_external_api_unregister
Unregister a previously registered external API from EasyEDA Pro by supplying its namespace and API name. Returns whether the removal succeeded.
Instructions
sys_ExternalApi.unregister(namespace: string, apiName: string) -> boolean 注销指定接口 returns: 是否成功注销
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |