废弃(2009)-支持文档

[TOC] >用于将用户从某个组中删除。 ### 在易源测试页面进行调用 进入[易源测试界面](https://www.showapi.com/apiGateway/onlineTest?env=draft&apiCode=2009&pointCode=17 "易源测试界面"),输入上述文本并进行调用,结果如图: ![](https://oss.showapi.com/doc/3685/24/0f1aebc14c924c568a4ec97c1f06c132.png) ### 请求参数 <table><thead><tr><th>参数</th><th>必选</th><th>类型</th><th>说明</th></tr></thead><tbody><tr><td>group_id</td><td>是</td><td>string</td><td>用户组id,标识一组用户(由数字、字母、下划线组成),长度限48B。</td></tr></tbody></table> ### 返回参数 { "error_code": 223100, //错误码 "log_id": 815967402, "error_msg": " group is not exist" //错误信息 }