---
title: "Delete all datapoints"
method: DELETE
path: "/v2/datasets/{dataset_id}/clear"
tags: ["Datasets"]
---

# Delete all datapoints

`DELETE /v2/datasets/{dataset_id}/clear`

Delete all datapoints from a dataset. 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 - successful operation

## Other responses

- `404` — Dataset not found with the given id

---

[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/versions/6a22c53a2580/schema)
