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
Example response
{
"time": 0.006704791,
"status": "ok",
"result": true
}