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

# Delete task

`DELETE /v1/tasks/{id}`

Delete a task

## Path parameters

- `id` string, required

## Response `200`

Task deleted successfully

- object — Task deleted successfully
  - `success` boolean
  - `message` string

## Other responses

- `404` — Task not found

---

[API](https://skmtc.net/printhiv3d/apis/hive-api-documentation.md) · [All operations](https://skmtc.net/printhiv3d/apis/hive-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/printhiv3d/hive-api-documentation/versions/3b06bcb5f808/schema)
