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

# Delete collection

`DELETE /collections/{collection_name}`

Delete a collection and all its data permanently. This operation is irreversible. All vectors, payloads, and indexes will be permanently removed.

## Path parameters

- `collection_name` string, required

## Query parameters

- `timeout` integer

## Response `200`

Collection deleted

- object
  - `usage` object
    - `hardware` object, nullable — Hardware resource counters for the operation, including CPU, payload I/O, payload index I/O, and vector I/O metrics.
  - `time` number, double — Time spent to process this request, in seconds.
  - `status` string — Operation status.
  - `result` boolean — Whether the operation completed successfully.

---

[API](https://skmtc.net/actiancorp/apis/actian-vectorai-db-collections-api.md) · [All operations](https://skmtc.net/actiancorp/apis/actian-vectorai-db-collections-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/actiancorp/actian-vectorai-db-collections-api/versions/af01467a9a12/schema)
