---
title: "DELETE /task/{id}"
method: DELETE
path: "/task/{id}"
tags: ["Tasks"]
---

# DELETE /task/{id}

`DELETE /task/{id}`

Delete a task by ID

## Path parameters

- `id` string, required

## Response `200`

Task deleted successfully

- object
  - `id` string, required
  - `projectId` string, required
  - `position` number, nullable, required
  - `number` number, nullable, required
  - `userId` string, nullable, required
  - `title` string, required
  - `description` string, nullable, required
  - `status` string, required
  - `priority` 'no-priority' | 'low' | 'medium' | 'high' | 'urgent', required
  - `dueDate` unknown
  - `createdAt` unknown, required

## Changes

- **2026-03-04** `298877d6a79a` — 5 breaking
  - response property `description` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `number` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `position` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `userId` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - …1 more
- **2026-02-21** `4b8811b821e6` — 5 breaking, 4 info
  - the response property `description` became nullable for the status `200`
  - the response property `number` became nullable for the status `200`
  - the response property `position` became nullable for the status `200`
  - the response property `userId` became nullable for the status `200`
  - …5 more
- **2026-02-21** `3a866dc99326` — 1 breaking, 6 info
  - the `status` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - removed the `archived` enum value from the `status` response property for the response status `200`
  - removed the `done` enum value from the `status` response property for the response status `200`
  - removed the `in-progress` enum value from the `status` response property for the response status `200`
  - …3 more
- …earlier changes not shown

[Full history](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/task/:id/delete.md)

---

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