---
title: "Delete a dataset"
method: DELETE
path: "/v2/datasets/{dataset_id}"
tags: ["Datasets"]
---

# Delete a dataset

`DELETE /v2/datasets/{dataset_id}`

Permanently deletes a dataset and all its datapoints. This action is irreversible.

## Path parameters

- `dataset_id` union, required — The unique identifier of the dataset
  - string
  - string, ulid — The id of the resource

## Response `204`

No content - Dataset successfully deleted

## Other responses

- `404` — Dataset not found - The specified dataset does not exist or has already been deleted

---

[API](https://skmtc.net/orq-ai/apis/orq-ai-api.md) · [All operations](https://skmtc.net/orq-ai/apis/orq-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/orq-ai/orq-ai-api/revisions/41c02aedc7c0/schema)
