POSThttps://api.dataify.com/api/open/white_list/delete| 字段 | 类型 | 必填 | 说明 |
|---|---|---|---|
| type | int | 否 | 用户类型:1 住宅,2 高带宽 |
| ids | []int | 是 | 白名单记录 ID 列表 |
{
"type": 1,
"ip": "203.0.113.10"
}| 字段 | 类型 | 说明 |
|---|---|---|
| code | int | 返回状态码,0 成功,非 0 失败 |
| msg | string | 返回提示信息 |
{
"code": 200,
"data": null,
"message": "success",
"timestamp": 1710000001
}type 默认 1(住宅)。ids 支持一次删除多个白名单记录。