---
title: "Wipe Collection Documents"
method: DELETE
path: "/v2/collections/{collection_name}/documents"
tags: ["collections"]
---

# Wipe Collection Documents

`DELETE /v2/collections/{collection_name}/documents`

Remove all documents from a collection while keeping the collection itself.

## Path parameters

- `collection_name` string, required

## Response `200`

Successful Response

- DocumentDeleteResponse
  - `document_id` string, nullable
  - `documents_deleted` integer, nullable
  - `message` string, required
  - `success` boolean, required

---

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