---
title: "DELETE /tasks/{taskId}"
method: DELETE
path: "/tasks/{taskId}"
tags: ["Tasks"]
---

# DELETE /tasks/{taskId}

`DELETE /tasks/{taskId}`

Soft-delete a task

## Path parameters

- `taskId` number, required

## Response `204`

Task deleted successfully

## Other responses

- `4XX` — Client Request Errors
- `5XX` — Server Errors

---

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