---
title: "Delete a preset."
method: DELETE
path: "/presets/{presetId}"
tags: ["presets"]
---

# Delete a preset.

`DELETE /presets/{presetId}`

Permanently deletes a preset, given it's name.

## Path parameters

- `presetId` string, required

## Response `200`

Preset deleted.

- PresetDeleteSchema
  - `name` string, required

## Other responses

- `404` — Preset 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)
