v1

latestOpenAPI 3.1.0Apache 2.02026-07-1783533.8 KB
Collection

Delete a collection

Deletes a collection and all of its points. This operation is irreversible. If you want to delete only some points, use the bulk delete endpoint. If some shards are temporarily unavailable, the operation will still succeed, but some of the data will be deleted in the future.

delete/collections/{collectionId}

Response

Operation was successful

messagestring required

A message indicating the result of the operation

Example response

{
  "message": "Operation successful"
}