---
title: "Delete a dataset. This will remove all data associated with the dataset."
method: DELETE
path: "/documents/v1/datasets/{dataset_name}"
tags: ["datasets"]
---

# Delete a dataset. This will remove all data associated with the dataset.

`DELETE /documents/v1/datasets/{dataset_name}`

## Path parameters

- `dataset_name` string, required

## Response `204`

Delete a dataset

## Other responses

- `401` — Unauthorized. Invalid or missing credentials
- `403` — Forbidden. You do not have permission to access this resource
- `404` — Dataset not found
- `500` — Internal server error

---

[API](https://skmtc.net/tensorlakeai/apis/tensorlake-api.md) · [All operations](https://skmtc.net/tensorlakeai/apis/tensorlake-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tensorlakeai/tensorlake-api/versions/fb161f7c0ab7/schema)
