---
title: "Delete a curation set"
method: DELETE
path: "/curation_sets/{curationSetName}"
tags: ["curation_sets"]
---

# Delete a curation set

`DELETE /curation_sets/{curationSetName}`

Delete a specific curation set by its name

## Path parameters

- `curationSetName` string, required

## Response `200`

Curation set successfully deleted

- CurationSetDeleteSchema
  - `name` string, required — Name of the deleted curation set

## Other responses

- `404` — Curation set not found

---

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