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

# Delete Collection

`DELETE /v2/collections/{collection_name}`

Delete a collection and its indexed documents.

## Path parameters

- `collection_name` string, required

## Response `200`

Successful Response

- StandardResponseV2
  - `error` string, 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/fe4649e3f4aa/schema)
