---
title: "Delete Task"
method: DELETE
path: "/services/{uuid}/scheduled-tasks/{task_uuid}"
tags: ["Scheduled Tasks"]
---

# Delete Task

`DELETE /services/{uuid}/scheduled-tasks/{task_uuid}`

Delete a scheduled task for a service.

## Path parameters

- `uuid` string, required
- `task_uuid` string, required

## Response `200`

Scheduled task deleted.

- object
  - `message` string

## Other responses

- `401` — Unauthenticated.
- `404` — Resource not found.

---

[API](https://skmtc.net/coollabsio/apis/coolify.md) · [All operations](https://skmtc.net/coollabsio/apis/coolify/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coollabsio/coolify/versions/08be5dc8e729/schema)
