Delete specific monitoring check
Name | Data Type | Status | Description |
auth-id | Integer | Required | Authentication parameter |
auth-password | String | Required | Authentication parameter |
id | Integer | Required | Monitoring check ID. |
When the authentication of API user is not correct, any API request will fail with the following status and statusDescription
{"status":"Failed","statusDescription":"Invalid authentication, incorrect auth-id or auth-password."}
If the monitor ID is incorrect or missing, the API request will fail with the following status and statusDescription
{"status":"Failed","statusDescription":"Missing monitoring record."}
URL JSON: https://api.cloudns.net/monitoring/delete.json
POST/GET: auth-id=0&auth-password=password&id=1
URL XMLhttps://api.cloudns.net/monitoring/delete.xml
POST/GET: auth-id=0&auth-password=password&id=1