---
title: "Delete a document"
method: DELETE
path: "/api/v0/documents/{document_id}"
tags: ["Documents"]
---

# Delete a document

`DELETE /api/v0/documents/{document_id}`

Deletes a document by its unique identifier.

## Path parameters

- `document_id` string, uuid, required

## Response `200`

Successful Response

- DocumentDeleteResponse
  - `message` string, required — The message returned from the deletion operation.
  - `document_id` string, uuid, required — The ID of the document that was deleted.

## Other responses

- `422` — Validation Error

---

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