---
title: "Delete a knowledge base"
method: DELETE
path: "/assistant_knowledges/{knowledge_id}"
tags: ["Knowledge Bases"]
---

# Delete a knowledge base

`DELETE /assistant_knowledges/{knowledge_id}`

Permanently delete a knowledge base

## Path parameters

- `knowledge_id` string, required

## Response `200`

Knowledge base successfully deleted

- Success
  - `success` boolean

## Other responses

- `400` — Invalid ID supplied
- `401` — Unauthorized - Invalid or missing authentication
- `404` — Knowledge base not found

---

[API](https://skmtc.net/smartly/apis/smartly-ai-apis.md) · [All operations](https://skmtc.net/smartly/apis/smartly-ai-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartly/smartly-ai-apis/revisions/1e26909d86c9/schema)
