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

# Delete task

`DELETE /projects/{project_id}/tasks/{id}`

Deletes a task

## Path parameters

- `project_id` integer, required
- `id` integer, required

## Response `200`

successfully deletes the task.

## Other responses

- `404` — task not found

---

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