---
title: "Delete Task"
method: DELETE
path: "/tasks/{task_id}"
tags: ["Tasks"]
---

# Delete Task

`DELETE /tasks/{task_id}`

Delete a task and all of its time records.

## Path parameters

- `task_id` string, required

## Response `204`

No Content

## Other responses

- `401` — Unauthorized

---

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