v51

OpenAPI 3.0.0raw.githubusercontent.com2026-08-01267339950.6 KB
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"
}