Remove already delegated Monitoring check from a sub-user
Name | Data Type | Status | Description |
auth-id | Integer | Required | Authentication parameter |
auth-password | String | Required | Authentication parameter |
id | Integer | Required | Sub-user's ID |
monitoring-id | Integer | Required | The ID of the Monitoring check |
When the authentication of the API user is not correct, the API request will fail with the following status and statusDescription:
{"status":"Failed","statusDescription":"Invalid authentication, incorrect auth-id or auth-password."}
Note: These are example errors in JSON format, and these are not the only errors that can be displayed.
URL JSON: https://api.cloudns.net/sub-users/remove-monitoring-check-delegation.json.json
POST/GET: auth-id=0&auth-password=password&id=0&monitoring-id=0
URL XML: https://api.cloudns.net/sub-users/remove-monitoring-check-delegation.json.jsonxml
POST/GET: auth-id=0&auth-password=password&id=0&monitoring-id=0