---
title: "Delete a dataset label"
method: DELETE
path: "/api/v2/teams/{team_slug}/datasets/labels/{id}"
tags: ["Dataset Labels"]
---

# Delete a dataset label

`DELETE /api/v2/teams/{team_slug}/datasets/labels/{id}`

Delete a dataset label for a given team.

## Path parameters

- `team_slug` string, required
- `id` string, uuid, required

## Response `204`

No content

## Other responses

- `401` — Common.APIError
- `404` — Common.APIError
- `422` — Unprocessible Entity

---

[API](https://skmtc.dev/v7labs/apis/darwin.md) · [All operations](https://skmtc.dev/v7labs/apis/darwin/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/v7labs/darwin/revisions/526a5b6b4cdc/schema)
