请求网址
可以使用两种方法删除任务:
| 删除 | https://api.dotcom-monitor.com/config_api_v1/task/{task_id} |
| 发布 | https://api.dotcom-monitor.com/config_api_v1/task/ {task_id} ?动词=删除 |
路径参数
| 领域 | 类型 | 必填 | 描述 |
|---|---|---|---|
| task_id |
字符串 |
true |
要删除的监控任务的唯一 ID。 |
可以使用两种方法删除任务:
| 删除 | https://api.dotcom-monitor.com/config_api_v1/task/{task_id} |
| 发布 | https://api.dotcom-monitor.com/config_api_v1/task/ {task_id} ?动词=删除 |
| 领域 | 类型 | 必填 | 描述 |
|---|---|---|---|
| task_id |
字符串 |
true |
要删除的监控任务的唯一 ID。 |
{
"Success": true,
"Result": "Task 141304 has been deleted"
}