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

# Delete a document

`DELETE /documents/{id}`

Delete a document by its unique identifier for the authenticated team.

## Path parameters

- `id` string, required

## Response `200`

Document deleted successfully

- object
  - `id` string, required

## Other responses

- `default` — An error occurred

---

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