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

# Delete Task

`DELETE /tasks/{task_id}`

Delete a task (only if pending).

## Path parameters

- `task_id` string, uuid, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

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