Request URL

Device can be deleted using two methods:

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

Path Parameters

Field Type Required Description
device_id

string

true

The unique id of a monitoring device. To request a list of devices’ IDs within a platform see API: Get Device List by Platform.

To see a device id from within your dotcom-monitor account, open the target device in the Device Manager list to edit. In the browser’s address bar you’ll see something like:

https://user.dotcom-monitor.com/ClientID/DeviceEdit?pid=dc7f4ff2ca944dekjh1078b96707002&deviceId=63698&taskId=132834

The deviceId=63698 is the device ID.

Success Response

Example response
{
    "Success": true,
    "Result": "Device 74517 has been deleted"
}