Skip to main content

删除用户API

功能说明​

本接口用于删除 集成方 已导入Teamhelper远程协助会议系统的账号用户信息, 调用前请确保该用户已注册。

接口调用说明​

请求 URL 示例

https://developer.teamhelper.cn/api/open/user/{srcUserId} DELETE

请求参数说明​

参数类型是否必填说明
srcUserIdString是集成方系统的userId

请求示例​

DELETE https://developer.teamhelper.cn/api/open/user/49672

ResponseBody示例​

{
"code": "200",
"msg": "success"
}

响应参数说明​

参数类型是否必填说明
codeInteger是响应状态码: 200, 代表响应成功
msgString是响应提示语