---
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

---

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