---
title: "Delete a document collection"
method: DELETE
path: "/v1/documents/collections/{collection_id}/"
tags: ["Document Collections"]
---

# Delete a document collection

`DELETE /v1/documents/collections/{collection_id}/`

The endpoint soft-deletes a document collection and all its associated files. The collection and files are marked as deleted but not physically removed from storage.

## Response `204`

No Content

## Other responses

- `401` — HTTP 401 Unauthorized
- `403` — HTTP 403 Forbidden
- `404` — HTTP 404 Not Found

---

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