---
title: "Remove a label from a dataset"
method: DELETE
path: "/v1/datasets/{dataset_identifier}/labels/{label_id}"
tags: ["datasets"]
---

# Remove a label from a dataset

`DELETE /v1/datasets/{dataset_identifier}/labels/{label_id}`

Remove a label from a dataset without deleting the label itself. This operation is idempotent: removing a label that is not applied is a no-op.

## Path parameters

- `dataset_identifier` string, required — The dataset identifier: either the dataset ID (GlobalID) or its name.
- `label_id` string, required — The ID of the dataset label to remove

## Response `204`

Successful Response

## Other responses

- `403` — Forbidden
- `404` — Dataset not found
- `422` — Invalid dataset identifier or dataset label ID

---

[API](https://skmtc.net/arize-ai/apis/arize-phoenix-rest-api.md) · [All operations](https://skmtc.net/arize-ai/apis/arize-phoenix-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/arize-ai/arize-phoenix-rest-api/versions/a14d8ad6f708/schema)
