---
title: "Delete a single Document"
method: DELETE
path: "/documents/{id}.json"
tags: ["Documents"]
---

# Delete a single Document

`DELETE /documents/{id}.json`

Deleting a Document using this method will move it to the trash instead of permanently deleting it. Trashed Documents are permanently deleted after 30 days. The following errors may be returned:

- `409 Conflict`: The Document (or one of its ancestor folders) is currently being modified by another request, and cannot be trashed.

## Path parameters

- `id` integer, required

## Headers

- `X-API-VERSION` string

## Response `204`

No Content

## Other responses

- `409` — Conflict

---

[API](https://skmtc.net/clio/apis/clio-api-documentation.md) · [All operations](https://skmtc.net/clio/apis/clio-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clio/clio-api-documentation/revisions/73791ddd1207/schema)
