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
Example response
{
"message": "Operation successful"
}