---
title: "Delete Dataset"
method: DELETE
path: "/felix/datasets/{name}"
tags: ["felix", "datasets"]
---

# Delete Dataset

`DELETE /felix/datasets/{name}`

Soft-delete a dataset and all its versions.

Args:
    name: Dataset name. Legacy UUID lookups are still accepted and routed
        through the by-ID path for backwards compatibility.

## Path parameters

- `name` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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