monitor.delete |
Deletes a monitor and all it's associated data (logs). This action can not be undone. Authentication & ActionThis method needs authentication. It can be accessed by http and https. Action type: HTTP POST. Arguments
id (required, see note) The id of a monitor. Allowed value: only one id at a time is allowed. name (required, see note) The name of a monitor. Allowed value: only one name at a time is allowed.
NOTE: It is possible to use both id and name as identifier. If both are present, the id is taken as the key. Example Requesthttp://api.webcron.org/monitor.delete
POST data:
id=74978 Example Response<rsp status="ok" /> |