废弃(2009)-支持文档

[TOC] >用于将用户从某个组中删除。 ### 在易源测试页面进行调用 进入[易源测试界面](https://www.showapi.com/apiGateway/onlineTest?env=draft&apiCode=2009&pointCode=1 "易源测试界面"),输入上述文本并进行调用,结果如图: ![](https://oss.showapi.com/doc/3685/22/846855f223714be0a7da971e15b7e7d1.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) ,如传入“<strong>@ALL</strong>”则从所有组中删除用户</td></tr><tr><td>user_id</td><td>是</td><td>string</td><td>用户id(由数字、字母、下划线组成),长度限制48B</td></tr></tbody></table> ### 返回参数 { "error_code": 223103, //错误码 "log_id": 815967402, //请求id 唯一 "error_msg": "user is not exist" //错误信息 }