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

# Delete a task

`DELETE /tasks/{taskId}`

## Path parameters

- `taskId` string, required

## Response `204`

Task deleted successfully

## Other responses

- `401` — Unauthorized
- `404` — Resource not found
- `500` — Internal server error

---

[API](https://skmtc.net/cloudstreet-dev/apis/task-management-api.md) · [All operations](https://skmtc.net/cloudstreet-dev/apis/task-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cloudstreet-dev/task-management-api/versions/2f04582e6dc2/schema)
