Request URL

Task can be deleted using two methods:

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

Path Parameters

Field Type Required Description
task_id

string

true

The unique id of the monitoring task you want to delete.
Success Response Example:
{
    "Success": true,
    "Result": "Task 141304 has been deleted"
}