---
title: "Delete Document Route"
method: DELETE
path: "/api/v1/knowledge/documents/{doc_id}"
tags: ["knowledge"]
---

# Delete Document Route

`DELETE /api/v1/knowledge/documents/{doc_id}`

Remove a knowledge document.

## Path parameters

- `doc_id` string, required

## Query parameters

- `app_id` string
- `project_id` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-06-24** `65f2f4743b36` — 1 info
  - endpoint added
- **2026-06-05** `7be97420eb25` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/evermind-ai/apis/everos/changes/api/v1/knowledge/documents/:doc_id/delete.md)

---

[API](https://skmtc.dev/evermind-ai/apis/everos.md) · [All operations](https://skmtc.dev/evermind-ai/apis/everos/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/evermind-ai/everos/revisions/9a2e78d664d6/schema)
