删除用户API
功能说明
本接口用于删除 集成方 已导入Teamhelper远程协助会议系统的账号用户信息, 调用前请确保该用户已注册。
接口调用说明
请求 URL 示例
https://developer.teamhelper.cn/api/open/user/{srcUserId} DELETE
请求参数说明
参数 | 类型 | 是否必填 | 说明 |
---|---|---|---|
srcUserId | String | 是 | 集成方系统的userId |
请求示例
DELETE https://developer.teamhelper.cn/api/open/user/49672
ResponseBody示例
{
"code": "200",
"msg": "success"
}
响应参数说明
参数 | 类型 | 是否必填 | 说明 |
---|---|---|---|
code | Integer | 是 | 响应状态码: 200, 代表响应成功 |
msg | String | 是 | 响应提示语 |