Request URL

Alert Group can be deleted using two methods:

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

Path Parameters

Field Type Required Description
group_id

string

true

The unique id of the notification group you want to delete.
Success Response:
{
"Success":true,
"Result":"Group 638 has been deleted"
}