Delete monitoring check

Description

Delete specific monitoring check


 Parameters

Name Data Type Status Description
auth-id Integer Required Authentication parameter
auth-password String Required Authentication parameter
id Integer Required Monitoring check ID.

Return: Status and message.


Errors

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."}

 Example

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


Last modified: 2022-04-27
Cookies help us deliver our services. By using our services, you agree to our use of cookies. Learn more