---
title: "Delete Knowledge Base Item."
method: DELETE
path: "/v1/voice-agents/knowledge-base/{id}"
---

# Delete Knowledge Base Item.

`DELETE /v1/voice-agents/knowledge-base/{id}`

Deletes a knowledge base item. Returns an error if the item is currently active in a voice agent.

## Path parameters

- `id` string, uuid, required

## Response `200`

Successful response

- DeleteKnowledgeBaseItemResponse
  - `success` boolean
  - `message` string
  - `messageKey` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden - Item is active in a voice agent and cannot be deleted
- `404` — Knowledge base item not found
- `500` — Server Side Error

---

[API](https://skmtc.net/tryhamsa/apis/hamsa-api.md) · [All operations](https://skmtc.net/tryhamsa/apis/hamsa-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tryhamsa/hamsa-api/versions/ecbeb5d8dc13/schema)
