> For the complete documentation index, see [llms.txt](https://wechaturl.gitbook.io/wechaturl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wechaturl.gitbook.io/wechaturl/single_url/single_url_delete.md).

# 1.3 删除-防封网址

**本API接口对应的会员中心页面版(删除):**

* `https://www.wechaturl.us/user/index.html#business_management/single_url_list`

**说明：**

* 本功能会自动启动监控微信封杀情况.如果某个网址被封,我们会以短信/微信/邮箱实时通知你.如果需要自动切换到可用网页,请使用"多域名无限网址"功能的防封列表

**请求URL：**

* `https://wechaturl.us/api/SingleShortUrl.json`

**请求方式：**

* POST 或者GET(如果用GET,特殊字符串需要url编码)

**参数：**

| 参数名    | 必选      | 类型     | 说明                                                    |
| ------ | ------- | ------ | ----------------------------------------------------- |
| appid  | 是       | int    | <http://www.wechaturl.us/user/index.html> 去免费获取appid  |
| appkey | 是       | string | <http://www.wechaturl.us/user/index.html> 去免费获取appkey |
| type   | 是       | string | 值:delete                                              |
| url    | 与id二选一  | string | 待删除以http(s)://开头的网址 或者 下面对应id;url和id至少一个必须，优先通过id查找   |
| id     | 与url二选一 | string | 待删除的id编号，这个值在列表里面可以看到;url和id至少一个必须，优先通过id查找           |

**返回示例**

* `https://wechaturl.us/api/SingleShortUrl.json?appid=37****15&appkey=a50d38748960******80ae1a725b7c95&type=delete&url=http://www.cnblogs.com/shanyou/p/11219156.html`

```
 {
   "code": 1,
   "message": "删除成功！" 
   }
```

[**查看所有CODE、STATUS值含义**](https://github.com/wanjunlengfeng/WechatUrlCheckPreventingBlockedApi/blob/master/微信防封杀系统api接口详细说明/CODE代码汇总.md)
