---
title: "Detach Label From Task"
method: DELETE
path: "/label/{id}/task"
tags: ["Labels"]
---

# Detach Label From Task

`DELETE /label/{id}/task`

Detach a label from its current task

## Path parameters

- `id` string, required

## Response `200`

Label detached from task successfully

- object
  - `id` string, required
  - `name` string, required
  - `color` string, required
  - `createdAt` string, date-time, required
  - `taskId` string, nullable, required
  - `workspaceId` string, nullable, required

---

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