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

# Delete glossary entries

`DELETE /v2/glossaries/{glossary_key}/entries`

Deletes entries from a glossary by term in bulk. The platform rebuilds the glossary index after the delete. Agents use the updated glossary after the rebuild completes.

## Path parameters

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

## Headers

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

## Request body

- DeleteGlossaryEntriesRequest — Request to delete entries from a glossary by term in bulk.
  - `terms` string[], required — The terms to remove from the glossary.

## Response `204`

The entries are deleted. The index rebuild completes asynchronously.

## Other responses

- `403` — Permissions do not allow modifying 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)
