解除线路绑定用户
最后更新于 2024/12/12 阅读数 7
解除线路绑定用户
请求接口
/agent-api/new/user/{user_id}/line/{id}
请求方式
DELETE
路由参数
参数 | 类型 | 示例 | 解释 | 必填 |
user_id | string | b6d94bef-5ac2-4c6e-ba13-d2f8f124862b | 用户id | y |
id | int | 11 | 分配记录id | y |
注意分配记录id 为 线路列表 记录中的 line_allocation . id
返回结果
{
"code": 200,
"status": "success",
"message": "取消线路绑定成功",
"data": []
}
1
2
3
4
5
6
plaintext2
3
4
5
6
解除绑定,需要确定任务未占用并发
{
"code": 422,
"status": "error",
"message": "有任务占用线路并发",
"data": []
}
1
2
3
4
5
6
plaintext2
3
4
5
6
评价这篇文档
有帮助
没帮助
未能解决您的问题?请联系
在线客服