---
title: "Delete document"
method: DELETE
path: "/contents/v1/documents/{content_id}"
tags: ["Documents"]
---

# Delete document

`DELETE /contents/v1/documents/{content_id}`

Deletes a target document from the platform. It removes everything: original document, annotated version, and chunks from the vector database.

## Path parameters

- `content_id` string, required

## Response `200`

Document deleted successfully.

- object, nullable

## Other responses

- `401` — Unauthorized - Invalid or missing API key.
- `403` — You do not have permission to delete this document.
- `404` — Document not found.

---

[API](https://skmtc.dev/bigdata/apis/bigdata-structured-data-api.md) · [All operations](https://skmtc.dev/bigdata/apis/bigdata-structured-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bigdata/bigdata-structured-data-api/revisions/18082de268c4/schema)
