---
title: "Delete Document"
method: DELETE
path: "/api/document/{document_ext_id}"
tags: ["document"]
---

# Delete Document

`DELETE /api/document/{document_ext_id}`

Delete a document by its external ID.
Removes the document from both database and vector store.

## Path parameters

- `document_ext_id` string, required

## Response `200`

Successful Response

- DocDeleteResponse
  - `detail` string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/arbicity/apis/arbi.md) · [All operations](https://skmtc.dev/arbicity/apis/arbi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/arbicity/arbi/revisions/8d3e894e6c0b/schema)
