---
title: "Remove task"
method: DELETE
path: "/v1/tasks/{id}"
tags: ["Task"]
---

# Remove task

`DELETE /v1/tasks/{id}`

Permanently deletes a task and all its associated records (expenses, notes, pauses, tags). This operation cannot be undone.

## Path parameters

- `id` string, required

## Response `200`

Task deleted successfully

## Other responses

- `401` — Not authorized - invalid or missing authentication
- `403` — Forbidden - insufficient permissions to delete this task
- `404` — Task not found

---

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