登录    |    注册

5.取消协作分享

2020-09-27 20:01:52

### 5.取消协作分享 ** POST ** /lib/share/cancel_team_share ** ``` library_id:库ID user_ids:用户ID(选填,如果不填,就取消该词库所有的协作分享;如果指定用户,就只取消指定用户的协作分享。默认是取消所有。如果取消多个人则用英文逗号分隔用户ID) token:接口令牌 ``` 返回值 ``` { "result": true, "errno": 0, "msg": "成功", "data":{ "lib_name":"gre", "success_members":"tr1,tr2" } } ```