cron.delete

Delete a cron in your account.

Authentication & Action

This method needs authentication. It can be accessed by http and https.

Action type: HTTP GET.

Arguments

id (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 Request

http://api.webcron.org/cron.delete/id:732917
http://api.webcron.org/cron.delete/name:updateMyFeed

Example Response

<rsp status="ok" />