请求网址
可以使用两种方法删除警报模板:
| 删除 | https://api.dotcom-monitor.com/config_api_v1/template/{template_id} |
| 发布 | https://api.dotcom-monitor.com/config_api_v1/template/ {template_id} ?动词=删除 |
路径参数
| 领域 | 类型 | 必填 | 描述 |
|---|---|---|---|
| template_id |
字符串 |
true |
要删除的模板的唯一 ID。 |
可以使用两种方法删除警报模板:
| 删除 | https://api.dotcom-monitor.com/config_api_v1/template/{template_id} |
| 发布 | https://api.dotcom-monitor.com/config_api_v1/template/ {template_id} ?动词=删除 |
| 领域 | 类型 | 必填 | 描述 |
|---|---|---|---|
| template_id |
字符串 |
true |
要删除的模板的唯一 ID。 |
{
"Success": true,
"Result": "Template 398 has been deleted"
}