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

# Delete task

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

Delete a task in Label Studio. This action cannot be undone!

## Path parameters

- `id` string, required

## Response `204`

Task deleted successfully

---

[API](https://skmtc.net/humansignal/apis/label-studio-api.md) · [All operations](https://skmtc.net/humansignal/apis/label-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/humansignal/label-studio-api/versions/1b113b8df950/schema)
