cron.delete |
Delete a cron in your account. Authentication & ActionThis method needs authentication. It can be accessed by http and https. Action type: HTTP GET. Argumentsid (optional) The id of the cron. name (optional) The name of the cron. Allowed values: string (255)
NOTE: It is possible to use both id and name as a key. If both are present, the name is ignored as key. Example Requesthttp://api.webcron.org/cron.delete/id:732917
http://api.webcron.org/cron.delete/name:updateMyFeed Example Response<rsp status="ok" /> |