---
title: "Delete a task, with the attachments filed under it. The remaining tasks on its record are renumbered to close the step it vacated."
method: DELETE
path: "/api/tasks/{id}"
tags: ["Task"]
---

# Delete a task, with the attachments filed under it. The remaining tasks on its record are renumbered to close the step it vacated.

`DELETE /api/tasks/{id}`

## Path parameters

- `id` string, required

## Response `200`

Success

## Other responses

- `204` — Task did not exist

## Changes

- **2026-09-26** `e584a13d530a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/fulcrumpro/apis/fulcrum-publicapi/changes/api/tasks/:id/delete.md)

---

[API](https://skmtc.dev/fulcrumpro/apis/fulcrum-publicapi.md) · [All operations](https://skmtc.dev/fulcrumpro/apis/fulcrum-publicapi/llms.txt) · [OpenAPI document](https://skmtc.dev/fulcrumpro/apis/fulcrum-publicapi/revisions/e584a13d530a?raw)
