# 删除消息来源
该接口用于删除消息来源记录
# 关联文档:
请求方式:POST
请求地址:https://$basehost/gateway/qopen/DelMsgSource
body参数:
{
"id": 1,
}
字段 | 类型 | 必填 | 说明 |
---|---|---|---|
id | int | 是 | 记录id |
返回值:
{
"errcode": 0,
"errmsg": "",
"hint": ""
}
返回说明
字段 | 类型 | 说明 |
---|---|---|
errcode | int | 状态码,0为正常,非0代表错误 |
errmsg | string | 错误信息 |
hint | string | 请求日志ID |
← 设置消息来源 新群聊 - 20002 →