---
title: "Delete account cron job"
method: DELETE
path: "/api/hosting/v1/accounts/{username}/cron-jobs/{uid}"
tags: ["Hosting: Cron Jobs"]
---

# Delete account cron job

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

Permanently deletes the cron job identified by its uid.

The uid is returned by the list cron jobs endpoint.

## Path parameters

- `username` string, required
- `uid` string, required

## Response `200`

Success empty response

- CommonSuccessEmptyResource
  - `message` string

## Other responses

- `401` — Unauthenticated response
- `500` — Error response

## Changes

- **2026-06-30** `bcfaf76eec5c` — 1 info
  - endpoint added
- **2026-06-09** `d05574986eb1` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/hostinger/apis/hostinger-api/changes/api/hosting/v1/accounts/:username/cron-jobs/:uid/delete.md)

---

[API](https://skmtc.dev/hostinger/apis/hostinger-api.md) · [All operations](https://skmtc.dev/hostinger/apis/hostinger-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hostinger/hostinger-api/revisions/cac6a729a4ce/schema)
