Delete a specific monitoring check
Name | Data Type | Status | Description |
auth-id or sub-auth-id or sub-auth-user | Integer | Required | Authentication parameter, *if you are a sub-user, you need to have READ AND WRITE permission to use this API call |
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
sub-auth-id=0&auth-password=password&id=1
URL XML: https://api.cloudns.net/monitoring/delete.xml
POST/GET:
auth-id=0&auth-password=password&id=1
sub-auth-id=0&auth-password=password&id=1