---
title: "Delete glossary"
method: DELETE
path: "/v2/glossaries/{glossary_key}"
tags: ["Glossaries"]
---

# Delete glossary

`DELETE /v2/glossaries/{glossary_key}`

Deletes a glossary and all its entries.

## Path parameters

- `glossary_key` string, required — A user-provided key that uniquely identifies a glossary.

## Headers

- `Request-Timeout` integer
- `Request-Timeout-Millis` integer

## Response `204`

The glossary is deleted.

## Other responses

- `403` — Permissions do not allow deleting this glossary.
- `404` — Glossary not found.

---

[API](https://skmtc.net/vectara/apis/vectara-rest-api-v2.md) · [All operations](https://skmtc.net/vectara/apis/vectara-rest-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vectara/vectara-rest-api-v2/revisions/fca567a46b3a/schema)
