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

# Delete collection snapshot

`DELETE /collections/{collection_name}/snapshots/{snapshot_name}`

Delete snapshot for a collection

## Path parameters

- `collection_name` string, required
- `snapshot_name` string, required

## Query parameters

- `wait` boolean

## Response `200`

successful operation

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

## Other responses

- `202` — operation is accepted
- `default` — error
- `4XX` — error

## Changes

- **2025-01-17** `a7900f38a79d` — 3 info
  - api tag `Snapshots` added
  - api tag `collections` removed
  - api tag `snapshots` removed

[Change history](https://skmtc.dev/qdrant/apis/qdrant-api/changes/collections/:collection_name/snapshots/:snapshot_name/delete.md)

---

[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/d08b1f613f29/schema)
