Request URL

Filter can be deleted using two methods:

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

Path Parameters

Field Type Required Description
filter_id

string

true

The unique id of the filter you want to delete.
Success response Example:
{
    "Success": true,
    "Result": "Filter 1110 has been deleted"
}