登录    |    注册

5.单条删除词条

2020-09-27 19:33:03

### 5.单条删除词条 ** 单条删除词条 ** /lib/entry/destroy ** ``` token:接口令牌(必填) term_id:词条ID(必填) library_id:库ID(必填) ``` 返回值 ``` { result: true, errno: 0, msg: "成功" } ```