请求网址
可以使用两种方法删除过滤器:
删除 | https://api.dotcom-monitor.com/config_api_v1/filter/{filter_id} |
发布 | https://api.dotcom-monitor.com/config_api_v1/filter/ {filter_id} ?动词=删除 |
路径参数
领域 | 类型 | 必填 | 描述 |
---|---|---|---|
filter_id |
字符串 |
true |
要删除的筛选器的唯一 ID。 |
可以使用两种方法删除过滤器:
删除 | https://api.dotcom-monitor.com/config_api_v1/filter/{filter_id} |
发布 | https://api.dotcom-monitor.com/config_api_v1/filter/ {filter_id} ?动词=删除 |
领域 | 类型 | 必填 | 描述 |
---|---|---|---|
filter_id |
字符串 |
true |
要删除的筛选器的唯一 ID。 |
{ "Success": true, "Result": "Filter 1110 has been deleted" }