---
title: "Delete All Content"
method: DELETE
path: "/knowledge/content"
tags: ["Knowledge"]
---

# Delete All Content

`DELETE /knowledge/content`

Permanently remove all content from the knowledge base. This is a destructive operation that cannot be undone. Use with extreme caution.

## Query parameters

- `db_id` string, nullable — Database ID to use
- `knowledge_id` string, nullable — Knowledge base ID to use

## Response `200`

Successful Response

- unknown

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `422` — Validation Error
- `500` — Failed to delete all content

---

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