删除敏感词组
企业可通过此接口 删除敏感词组
请求方式: POST(HTTPS)
请求地址: https://open.wshoto.com/openapi/sensitive/word/delete
Query参数:
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
| access_token | string | 是 | 调用接口凭证 |
Body参数:
{
"userid": "yyyy",
"id": 123
}
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
| userid | string | 是 | 操作人 |
| id | long | 是 | 敏感词组id |
返回值:
{
"code": 0,
"msg": "请求成功",
"data": true
}
参数说明:
| 参数 | 类型 | 说明 |
|---|---|---|
| code | int | 返回码 |
| success | string | 对返回码的文本描述内容 |
| data | bool | 是否删除成功 |