---
title: "Delete dataset"
method: DELETE
path: "/api/datasets/{id}/"
tags: ["Datasets"]
---

# Delete dataset

`DELETE /api/datasets/{id}/`

Delete a dataset by ID

## Path parameters

- `id` integer, required

## Response `204`

No response body

## Changes

- **2026-07-06** `c2893748a8d3` — 1 breaking
  - for the `path` request parameter `id`, the type/format was changed from `string`/`` to `integer`/``

[Change history](https://skmtc.dev/humansignal/apis/label-studio-api/changes/api/datasets/:id/delete.md)

---

[API](https://skmtc.dev/humansignal/apis/label-studio-api.md) · [All operations](https://skmtc.dev/humansignal/apis/label-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/humansignal/label-studio-api/revisions/d5d4ab7eb2bd/schema)
