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
Example response
{
"message": "Request accepted"
}Changes
Changed in 2 of the 89 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 124 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲