Collections
Delete Collection
This endpoint deletes a collection and all its resources including: - Vector store points (documents) with this collection_id - Cache entries - MongoDB collection metadata
Note: Collections are payload IDs within the namespace's vector store collection,
not separate vector store collections.
The deletion is performed synchronously and returns when complete.
delete/v1/collections/{collection_identifier}
Path parameters
collection_identifierstring required
The ID or name of the collection to delete
The ID or name of the collection to delete
Response
Successful Response
{"stackTrail":"paths:/v1/collections/{collection_identifier}:delete:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
Changed in 1 of the 33 revisions of this API.1
- ○
the endpoint scheme security
BearerAuth AND NamespaceHeaderwas added to the APIapi-security-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○