Request URL

Alert template can be deleted using two methods:

DELETE  https://api.dotcom-monitor.com/config_api_v1/template/{template_id}
POST https://api.dotcom-monitor.com/config_api_v1/template/{template_id}?verb=delete

Path Parameters

Field Type Required Description
template_id

string

true

The unique id of the template you want to delete.
Success Response:
{
"Success": true,
"Result": "Template 398 has been deleted"
}