---
title: "Trash Document"
method: POST
path: "/v1/documents/{id}/trash"
tags: ["Document Access"]
---

# Trash Document

`POST /v1/documents/{id}/trash`

Moves the specified document to the trash for the requesting user.

If the document is shared or part of a team folder, other users will still have access to the document. Requires the user to be the owner of the requested document or have the appropriate team folder permissions.

## Path parameters

- `id` string, uuid, required

## Response `204`

No Content when the document is successfully moved into the trash or is already trashed.

## Other responses

- `403` — Forbidden. if the app making the request does not have permission to the document, or if the document has been deleted or does not exist.

---

[API](https://skmtc.net/lucid/apis/lucid-rest-api.md) · [All operations](https://skmtc.net/lucid/apis/lucid-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lucid/lucid-rest-api/revisions/6a32cb9e1aa7/schema)
