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

# Delete collection

`DELETE /collections/{collection_name}`

Drop collection and all associated data

## Path parameters

- `collection_name` string, required

## Query parameters

- `timeout` integer

## Response `200`

successful operation

- object
  - `time` number, float — Time spent to process this request
  - `status` string
  - `result` boolean

## Other responses

- `default` — error
- `4XX` — error

---

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