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

# Delete task

`DELETE /api/tasks/{id}`

## Path parameters

- `id` integer, required

## Response `200`

Task deleted

- object
  - `success` boolean

## Other responses

- `401` — Authentication required
- `403` — Insufficient permissions
- `404` — Resource not found

## Changes

- **2026-03-02** `39aff788d955` — 3 info
  - added the media type `application/json` for the response with the status `401`
  - added the media type `application/json` for the response with the status `403`
  - added the media type `application/json` for the response with the status `404`

[Change history](https://skmtc.dev/builderz-labs/apis/mission-control-api/changes/api/tasks/:id/delete.md)

---

[API](https://skmtc.dev/builderz-labs/apis/mission-control-api.md) · [All operations](https://skmtc.dev/builderz-labs/apis/mission-control-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/builderz-labs/mission-control-api/revisions/b920835b2793/schema)
