---
title: "Delete a label"
method: DELETE
path: "/labels/{id}"
tags: ["Labels"]
---

# Delete a label

`DELETE /labels/{id}`

Delete a label from the workspace

## Path parameters

- `id` string, uuid, required

## Response `200`

Label deleted

- Label
  - `id` string, uuid
  - `name` string
  - `color` string — Hex color code
  - `backgroundColor` string — Hex background color code
  - `createdAt` string, date-time
  - `updatedAt` string, date-time

## Other responses

- `401` — Unauthorized - Missing or invalid API key
- `404` — Not Found - Resource does not exist

---

[API](https://skmtc.net/tryordinal/apis/ordinal-api.md) · [All operations](https://skmtc.net/tryordinal/apis/ordinal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tryordinal/ordinal-api/revisions/1d0792ff454f/schema)
