Hosting: Cron Jobs

Delete account cron job

Permanently deletes the cron job identified by its uid.

The uid is returned by the list cron jobs endpoint.

delete/api/hosting/v1/accounts/{username}/cron-jobs/{uid}

Path parameters

usernamestring required
Example:u123456789
uidstring required
Example:cron_abc123

Unique identifier of the cron job as returned by the list cron jobs endpoint.

Response

Success empty response

messagestring

Example response

{
  "message": "Request accepted"
}

Changes

Changed in 2 of the 89 revisions of this API.11