v3

latestOpenAPI 3.0.3raw.githubusercontent.com2026-04-276139.8 KB
Collections

Delete collection

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

delete/collections/{collection_name}

Path parameters

collection_namestring required
Example:my_collection

The name of the collection to delete.

Query parameters

timeoutinteger
Example:30

The maximum time to wait for the operation to complete, in seconds.

Response

Collection deleted

timenumber double

Time spent to process this request, in seconds.

statusstring

Operation status.

resultboolean

Whether the operation completed successfully.

Example response

{
  "time": 0.006704791,
  "status": "ok",
  "result": true
}