# Delete a knowledge base and everything in it

Source: https://docs.usetone.ai/reference/knowledge/remove

> Documents and the built index go with it.

`DELETE /v1/knowledge-bases/{id}`
Documents and the built index go with it. Agents attached to it simply stop having it — they keep working.

Requires the `write` scope.

## Parameters

| Name | In | | Meaning |
|---|---|---|---|
| `id` | path | required | The knowledge base's id. |

## Response



### Example response

```json
{
  "data": null
}
```
