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

# Delete task

`DELETE /api/tasks/{task_id}`

## Path parameters

- `task_id` string, uuid, required

## Response `202`

Task deletion accepted (background cleanup initiated)

- ApiResponse
  - `success` boolean, required
  - `data` object, nullable
  - `error_data` object, nullable
  - `message` string, nullable

---

[API](https://skmtc.net/automagik-dev/apis/automagik-forge-api.md) · [All operations](https://skmtc.net/automagik-dev/apis/automagik-forge-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/automagik-dev/automagik-forge-api/versions/d28c5bcecb50/schema)
