URL をリクエストする

アラート テンプレートは、次の 2 つの方法で削除できます。

削除 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"
}