---
title: "Delete a task"
method: DELETE
path: "/api/public/tasks/{id}"
tags: ["tasks"]
---

# Delete a task

`DELETE /api/public/tasks/{id}`

Soft deletes a task by ID. The task will be marked as deleted but not permanently removed from the database. Associated interactive notes will also be deleted.

## Path parameters

- `id` string, uuid, required

## Response `200`

Task deleted successfully

- object
  - `status` string

## Other responses

- `400` — Invalid task ID
- `401` — Unauthorized - Invalid or missing authentication token
- `404` — Task not found

---

[API](https://skmtc.net/vambe/apis/vambe-ai-api.md) · [All operations](https://skmtc.net/vambe/apis/vambe-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vambe/vambe-ai-api/revisions/e206709d4be5/schema)
