---
title: "Delete a stopwords set."
method: DELETE
path: "/stopwords/{setId}"
tags: ["stopwords"]
---

# Delete a stopwords set.

`DELETE /stopwords/{setId}`

Permanently deletes a stopwords set, given it's name.

## Path parameters

- `setId` string, required

## Response `200`

Stopwords set rule deleted.

- object
  - `id` string, required

## Other responses

- `404` — Stopwords set not found.

## Changes

> 9 revisions in range; 1 could not be searched.

- **2025-10-14** `3bc6fc9b6132` — 1 info
  - endpoint added
- **2022-08-04** `6c2fe01b69bc` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/typesense/apis/typesense-api/changes/stopwords/:setId/delete.md)

---

[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)
